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