Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / Enabled Property


In This Topic
    Enabled Property (AnnotationLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Enabled As Boolean
    'Usage
     
    
    Dim instance As AnnotationLayer
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public virtual bool Enabled {get; set;}
    See Also