Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / PointerColor Property


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