Maps for WinRT
PointsSource Property (C1VectorPolygon)


Gets or sets a source for the vertex points. The PointsSource is used only if Points property is not set(Points is null value).
Syntax
'Declaration
 
Public Property PointsSource As IEnumerable(Of Point)
'Usage
 
Dim instance As C1VectorPolygon
Dim value As IEnumerable(Of Point)
 
instance.PointsSource = value
 
value = instance.PointsSource
public IEnumerable<Point> PointsSource {get; set;}
See Also

Reference

C1VectorPolygon Class
C1VectorPolygon Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback