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


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