Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
     
    
    Public Property BadRangeColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Xamarin.Forms.Color
     
    instance.BadRangeColor = value
     
    value = instance.BadRangeColor
    public Xamarin.Forms.Color BadRangeColor {get; set;}
    See Also