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