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


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