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


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