Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.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 Nullable(Of Color)
    'Usage
     
    
    Dim instance As C1BulletGraph
    Dim value As Nullable(Of Color)
     
    instance.TargetColor = value
     
    value = instance.TargetColor
    public Nullable<Color> TargetColor {get; set;}
    See Also