Class CustomIconOnTypeTooltipAttribute
Use to have a property prepended with an icon different than its type's.
Example: Alias has no icon of its own, but we want it to appear with the icon of 'Demographics', so we apply [CustomIconOnTypeTooltip(typeof(Demographics))].
Inheritance
System.Object
CustomIconOnTypeTooltipAttribute
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public class CustomIconOnTypeTooltipAttribute : Attribute
Constructors
CustomIconOnTypeTooltipAttribute(Type)
Declaration
public CustomIconOnTypeTooltipAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | Type to inherit the icon from. |
Fields
IconType
Declaration
public Type IconType
Field Value
Type | Description |
---|---|
System.Type |