ComponentOne Xamarin.iOS
AutoScale Property


C1.iOS.Gauge Assembly > C1.iOS.Gauge Namespace > C1RadialGauge Class : AutoScale Property
Gets or sets whether the gauge should automatically scale to fill the host element.
Syntax
'Declaration
 
<Foundation.ExportAttribute("AutoScale")>
<BrowsableAttribute(True)>
Public Property AutoScale As Boolean
'Usage
 
Dim instance As C1RadialGauge
Dim value As Boolean
 
instance.AutoScale = value
 
value = instance.AutoScale
[Foundation.Export("AutoScale")]
[Browsable(true)]
public bool AutoScale {get; set;}
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members