ComponentOne Xamarin.Android
AutoScale Property


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : AutoScale Property
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
public bool AutoScale {get; set;}
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members