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


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