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


In This Topic
    Context Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Context As Android.Content.Context
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Android.Content.Context
     
    value = instance.Context
    public Android.Content.Context Context {get;}
    See Also