Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / IsEnabled Property


In This Topic
    IsEnabled Property (C1Gauge)
    In This Topic
    Gets or sets whether gauge enables user interaction or not.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("IsEnabled")>
    <BrowsableAttribute(True)>
    Public Property IsEnabled As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    instance.IsEnabled = value
     
    value = instance.IsEnabled
    [Foundation.Export("IsEnabled")]
    [Browsable(true)]
    public bool IsEnabled {get; set;}
    See Also