ComponentOne Xamarin.Android
Thickness Property (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : Thickness Property
Gets or sets the thickness of the gauge, on a scale between zero and one.
Syntax
'Declaration
 
Public Property Thickness As Double
'Usage
 
Dim instance As C1Gauge
Dim value As Double
 
instance.Thickness = value
 
value = instance.Thickness
public double Thickness {get; set;}
Remarks
Setting the thickess to one causes the gauge to fill as much of the control area as possible. Smaller values create thinner gauges.
See Also

Reference

C1Gauge Class
C1Gauge Members