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


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