[]
Represent an icon created from a path string.
public class PathIconElement : VectorIconElement, ISupportUia
Public Class PathIconElement
Inherits VectorIconElement
Implements ISupportUia
| Name | Description |
|---|---|
| PathIconElement() | Initializes a new instance of the PathIconElement class. |
| PathIconElement(C1PathIcon) | Initializes a new instance of the PathIconElement class. |
| PathIconElement(C1PathIcon, Style) | Initializes a new instance of the PathIconElement class. |
| PathIconElement(string) | Initializes a new instance of the PathIconElement class. |
| Name | Description |
|---|---|
| Data | Gets or sets the svg string describing the shape. |
| Name | Description |
|---|---|
| CreatePath() | When overridden in a derived class, creates the graphics path for the icon. |
| OnIconChanged(C1Icon, PropertyChangedEventArgs) | Updates element properties on icon property changes. |