Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1TreeMap Class / ScrollIndicators Property


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