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


In This Topic
    MaxTextColor Property
    In This Topic
    Gets or sets the color of the maximum label.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("MaxTextColor")>
    <BrowsableAttribute(True)>
    Public Property MaxTextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As UIKit.UIColor
     
    instance.MaxTextColor = value
     
    value = instance.MaxTextColor
    [Foundation.Export("MaxTextColor")]
    [Browsable(true)]
    public UIKit.UIColor MaxTextColor {get; set;}
    See Also