[]
Represents an icon created from a vectorial definition.
public class PolygonIconElement : VectorIconElement, ISupportUia
| Name | Description |
|---|---|
| PolygonIconElement() | Initializes a new instance of the PolygonIconElement class. |
| PolygonIconElement(C1PolygonIcon) | Initializes a new instance of the PolygonIconElement class. |
| PolygonIconElement(C1PolygonIcon, Style) | Initializes a new instance of the PolygonIconElement class. |
| PolygonIconElement(string) | Initializes a new instance of the PolygonIconElement class. |
| Name | Description |
|---|---|
| IsClosed | Gets whether the last point will connect with the first one. |
| Points | Gets the points that describe the shape. |
| Name | Description |
|---|---|
| CreatePath() | |
| OnIconChanged(C1Icon, PropertyChangedEventArgs) | Updates element properties on icon property changes. |