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


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