C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / GaugeRange Class / Color Property


In This Topic
Color Property (GaugeRange)
In This Topic
Gets or sets the color used to display this range.
Syntax
'Declaration
 
Public Property Color As Nullable(Of Color)
 
'Usage
 
Dim instance As GaugeRange
Dim value As Nullable(Of Color)
 
instance.Color = value
 
value = instance.Color
See Also