[]
Initializes a new instance of the C1FontIcon class.
public C1FontIcon()
Initializes a new instance of the C1FontIcon class with specified key, size and color.
public C1FontIcon(string key, Size size, Color color, string text, Font font)
Type | Name | Description |
---|---|---|
string | key | String used as a key to retrieve the image. |
Size | size | The icon size. |
Color | color | Indicates the icon color. |
string | text | The text to show. |
Font | font | The icon font. |
Initializes a new instance of the C1FontIcon class with specified key, size and color.
public C1FontIcon(string key, Size size, Color color, string text, Font font, Color backColor)
Type | Name | Description |
---|---|---|
string | key | String used as a key to retrieve the image. |
Size | size | The icon size. |
Color | color | Indicates the icon color. |
string | text | The text to show. |
Font | font | The icon font. |
Color | backColor | The icon's background color. |