'Declaration
Public Property PointerColor As Nullable(Of Color)
'Usage
Dim instance As C1Gauge Dim value As Nullable(Of Color) instance.PointerColor = value value = instance.PointerColor
public Nullable<Color> PointerColor {get; set;}
'Declaration
Public Property PointerColor As Nullable(Of Color)
'Usage
Dim instance As C1Gauge Dim value As Nullable(Of Color) instance.PointerColor = value value = instance.PointerColor
public Nullable<Color> PointerColor {get; set;}