C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Polygon Class / Style Property


In This Topic
Style Property (Polygon)
In This Topic
Syntax
'Declaration
 
Public Property Style As Xamarin.Forms.Style
 
'Usage
 
Dim instance As Polygon
Dim value As Xamarin.Forms.Style
 
instance.Style = value
 
value = instance.Style
See Also