[]
Initializes a new instance of the C1FontIcon class.
public C1FontIcon()
Public Sub New()
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)
Public Sub New(key As String, size As Size, color As Color, text As String, font As 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)
Public Sub New(key As String, size As Size, color As Color, text As String, font As Font, backColor As Color)
| 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. |