[]
Initializes a new instance of the IconElement class.
public IconElement()
Initializes a new instance of the IconElement class.
public IconElement(string key)
Type | Name | Description |
---|---|---|
string | key | String used as a key to retrieve the image. |
Initializes a new instance of the IconElement class.
public IconElement(C1Icon icon)
Type | Name | Description |
---|---|---|
C1Icon | icon | The icon to show. |
Initializes a new instance of the IconElement class.
public IconElement(C1Icon icon, Style style)
Type | Name | Description |
---|---|---|
C1Icon | icon | The icon to show. |
Style | style | The style of this IconElement. |