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


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