[]
Represents an icon created from a vector definition.
public class C1PolygonIcon : C1VectorIcon, IDisposable, ICloneable
| Name | Description |
|---|---|
| C1PolygonIcon() | Initializes a new instance of the C1PolygonIcon class. |
| Name | Description |
|---|---|
| IsClosedProperty | Identifies the IsClosed dependency property. |
| PointsProperty | Identifies the Points dependency property. |
| Name | Description |
|---|---|
| IsClosed | Gets whether the last point will connect with the first one. |
| Points | Gets the points that describe the shape. |
| Name | Description |
|---|---|
| Clone() | Creates a copy of the icon. |
| CloneOverride() | When overridden, it creates a copy of the icon. |
| CreateGeometry() | This method is called to create the geometry of the shape. |
| Dispose(bool) | |
| OnApplyTemplate() |