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


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