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


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