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


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