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