Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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 UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As UIKit.UIColor
     
    instance.MaxFontColor = value
     
    value = instance.MaxFontColor
    [Obsolete("Use MaxTextColor instead.", true)]
    public UIKit.UIColor MaxFontColor {get; set;}
    See Also