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