Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
     
    
    <Xamarin.Forms.TypeConverterAttribute(C1.Xamarin.Forms.Core.C1DoubleCollectionTypeConverter)>
    Public Property BorderDashes As Double()
    'Usage
     
    
    Dim instance As GaugeRange
    Dim value() As Double
     
    instance.BorderDashes = value
     
    value = instance.BorderDashes
    [Xamarin.Forms.TypeConverter(C1.Xamarin.Forms.Core.C1DoubleCollectionTypeConverter)]
    public double[] BorderDashes {get; set;}
    See Also