Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1BulletGraph Class / Bad Property


In This Topic
    Bad Property
    In This Topic
    Gets or sets a reference value considered bad for the measure.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Bad")>
    <BrowsableAttribute(True)>
    Public Property Bad As Double
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Double
     
    instance.Bad = value
     
    value = instance.Bad
    [Foundation.Export("Bad")]
    [Browsable(true)]
    public double Bad {get; set;}
    See Also