C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1AutoComplete Class / VerticalOptions Property


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