Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("Good")>
    <BrowsableAttribute(True)>
    Public Property Good As Double
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Double
     
    instance.Good = value
     
    value = instance.Good
    [Foundation.Export("Good")]
    [Browsable(true)]
    public double Good {get; set;}
    See Also