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


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