Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / IsEnabled Property


In This Topic
    IsEnabled Property (ChartBase)
    In This Topic
    Gets or sets whether the control is enabled.
    Syntax
    'Declaration
     
    
    Public Property IsEnabled As Boolean
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Boolean
     
    instance.IsEnabled = value
     
    value = instance.IsEnabled
    public bool IsEnabled {get; set;}
    See Also