Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
     
    
    Public Property FaceBorderWidth As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.FaceBorderWidth = value
     
    value = instance.FaceBorderWidth
    public double FaceBorderWidth {get; set;}
    See Also