Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / Good Property


In This Topic
    Good Property
    In This Topic
    Gets or sets a reference value considered good for the measure.
    Syntax
    'Declaration
     
    
    Public Property Good As Double
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Double
     
    instance.Good = value
     
    value = instance.Good
    public double Good {get; set;}
    See Also