[]
Initializes a new instance of the C1PathIcon class.
public C1PathIcon()
Initializes a new instance of the C1PathIcon class.
public C1PathIcon(string key)
Type | Name | Description |
---|---|---|
string | key | String used as a key to retrieve the image. |
Initializes a new instance of the C1PathIcon class with specified key, size and color.
public C1PathIcon(string key, Size size, Color color, string data)
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 | data | The svg string describing shape to display. |
Initializes a new instance of the C1PathIcon class with specified key, size and color.
public C1PathIcon(string key, Size size, Color color, string data, 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 | data | The svg string describing shape to display. |
Color | backColor | The icon's background color. |