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


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