Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / Enabled Property


In This Topic
    Enabled Property (C1Gauge)
    In This Topic
    Gets or sets the enabled status for this view.
    Syntax
    'Declaration
     
    
    Public Overrides Property Enabled As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public override bool Enabled {get; set;}
    See Also