'Declaration
<ObsoleteAttribute("Use ValueTextColor instead.", True)> Public Property ValueFontColor As Nullable(Of Color)
'Usage
Dim instance As C1Gauge Dim value As Nullable(Of Color) instance.ValueFontColor = value value = instance.ValueFontColor
[Obsolete("Use ValueTextColor instead.", true)] public Nullable<Color> ValueFontColor {get; set;}