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


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