Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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
     
    
    <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