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


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