API Referenceglobal
IconAttributeclass
Sets the icon of a type or a type member. Colors are expected in HTML formats, like "rgb(255,255,255)" or "#FFFFFF". This info can then be retrieved via DisplayInfo library.
Constructors2
Showing 2 constructors
No results match this filter.
Properties3
Showing 3 properties
public System.Nullable`1<Color> IconAttribute.BackgroundColor { get; set; }
The preferred background color for the icon.
public System.Nullable`1<Color> IconAttribute.ForegroundColor { get; set; }
The preferred color of the icon itself.
public virtual sealed string IconAttribute.Value { get; set; }
Returns:
string—No results match this filter.