[]
        
(Showing Draft Content)

C1.WPF.Maps.VectorPolygon.PointsSource

PointsSource Property

PointsSource

Gets or sets a source for the vertex points. The PointsSource is used only if Points property is not set(Points is null value).

Declaration
public IEnumerable<Point> PointsSource { get; set; }