Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / MaxFontColor Property


In This Topic
    MaxFontColor Property
    In This Topic
    Gets or sets the maximum value font color.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use MaxTextColor instead.", True)>
    Public Property MaxFontColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Nullable(Of Color)
     
    instance.MaxFontColor = value
     
    value = instance.MaxFontColor
    [Obsolete("Use MaxTextColor instead.", true)]
    public Nullable<Color> MaxFontColor {get; set;}
    See Also