Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1BulletGraph Class / GoodRangeColor Property


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