Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / GaugeRange Class / BorderWidth Property


In This Topic
    BorderWidth Property (GaugeRange)
    In This Topic
    Gets or sets the border width of this range.
    Syntax
    'Declaration
     
    
    Public Property BorderWidth As Double
    'Usage
     
    
    Dim instance As GaugeRange
    Dim value As Double
     
    instance.BorderWidth = value
     
    value = instance.BorderWidth
    public double BorderWidth {get; set;}
    See Also