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