Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1BulletGraph Class / TargetColor Property


In This Topic
    TargetColor Property
    In This Topic
    Gets or sets the color of the target.
    Syntax
    'Declaration
     
    
    Public Property TargetColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Xamarin.Forms.Color
     
    instance.TargetColor = value
     
    value = instance.TargetColor
    public Xamarin.Forms.Color TargetColor {get; set;}
    See Also