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


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