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


In This Topic
    RootView Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property RootView As Android.Views.View
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Android.Views.View
     
    value = instance.RootView
    public virtual Android.Views.View RootView {get;}
    See Also