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


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