Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / NestedScrollAxes Property


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