Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
     
    
    Public Property Target As Double
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Double
     
    instance.Target = value
     
    value = instance.Target
    public double Target {get; set;}
    See Also