PolygonProps Class Members
In This Topic
The following tables list the members exposed by PolygonProps.
Public Constructors
Public Properties
| Name | Description |
| Closed | Gets or sets a value indicating whether the polygon is closed (i.e. the last point in the PolygonProps.Points array is automatically connected to the first one) or not. |
| Points | Gets or sets the array of UnitPoint points defining the polygon. |
Top
Public Methods
| Name | Description |
| AssignFrom | Overridden. Assigns (copies) properties from another ShapeProps to the current object. |
Top
See Also