ComponentOne Xamarin.Android
Points Property (C1PolygonIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1PolygonIcon Class : Points Property
Syntax
'Declaration
 
Public Property Points As C1Point()
'Usage
 
Dim instance As C1PolygonIcon
Dim value() As C1Point
 
instance.Points = value
 
value = instance.Points
public C1Point[] Points {get; set;}
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members