C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / AutoScale Property


In This Topic
AutoScale Property
In This Topic
Gets or sets whether the gauge should automatically scale to fill the host element.
Syntax
'Declaration
 
Public Property AutoScale As Boolean
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As Boolean
 
instance.AutoScale = value
 
value = instance.AutoScale
See Also