C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / FaceBorderDashes Property


In This Topic
FaceBorderDashes Property
In This Topic
Gets or sets the face border dashes.
Syntax
'Declaration
 
<Xamarin.Forms.TypeConverterAttribute(C1.Xamarin.Forms.Core.C1DoubleCollectionTypeConverter)>
Public Property FaceBorderDashes As Double()
 
'Usage
 
Dim instance As C1Gauge
Dim value() As Double
 
instance.FaceBorderDashes = value
 
value = instance.FaceBorderDashes
See Also