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


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