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


In This Topic
class Property (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
<Xamarin.Forms.TypeConverterAttribute(Xamarin.Forms.ListStringTypeConverter)>
Public Property class As IList(Of String)
 
'Usage
 
Dim instance As C1PolygonIcon
Dim value As IList(Of String)
 
instance.class = value
 
value = instance.class
See Also