Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / MinFontColor Property


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