C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / BackgroundColor Property


In This Topic
BackgroundColor Property (C1Gauge)
In This Topic
Gets or sets the background color.
Syntax
'Declaration
 
Public Property BackgroundColor As Nullable(Of Color)
 
'Usage
 
Dim instance As C1Gauge
Dim value As Nullable(Of Color)
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
See Also