The Polygon type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| BulkChanged | Occurs after a bulk change to the polygon, such as a call to SetVertices. | |
| Changed | The actual event. | |
| Dragging | Raised when an interactive graphic is being dragged. | |
| DraggingStopped | Raised after the drag operation of an interactive graphic is complete. | |
| VertexAdded | Occurs after one or more vertices are added to the polygon. | |
| VertexChanged | Occurs after the x or y coordinate of a single vertex is changed in the polygon. | |
| VertexRemoved | Occurs after one or more vertices are deleted from the polygon. |
See Also