Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1Sunburst Class / ContextClickable Property


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