C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / VerticalOptions Property


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