[]
Gets the collection of points of the polygon annotation.
[C1Description("Annotation.Polygon.Points", "Gets the collection of points of the polygon annotation.")]
public ObservableCollection<PointF> Points { get; }
<C1Description("Annotation.Polygon.Points", "Gets the collection of points of the polygon annotation.")>
Public ReadOnly Property Points As ObservableCollection(Of PointF)