C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / class Property


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