public Nullable<Color> BorderColor {get; set;}
'Declaration Public Property BorderColor As Nullable(Of Color)
'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
'Usage
Dim instance As GaugeRange Dim value As Nullable(Of Color) instance.BorderColor = value value = instance.BorderColor
GaugeRange Class GaugeRange Members