API Referenceglobal
public sealed class IconAttribute : System.Attribute
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.
Constructors
Showing 2 constructors
No results match this filter.
Properties
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; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:IconAttribute |