menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigationDirection - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NavigationDirection

    Contains the values for the NavigationDirection enumeration that determines the sliding direction either vertically or horizontally.

    Inheritance
    System.Object
    NavigationDirection
    Namespace: Com.Syncfusion.Rotator
    Assembly: Syncfusion.SfRotator.Android.dll
    Syntax
    public sealed class NavigationDirection : Enum

    Fields

    BottomToTop

    Allow user to slide the items only from Bottom to Top

    Declaration
    public const NavigationDirection BottomToTop
    Field Value
    Type
    NavigationDirection

    Horizontal

    Allow user to slide the items horizontally.

    Declaration
    public const NavigationDirection Horizontal
    Field Value
    Type
    NavigationDirection

    LeftToRight

    Allow user to slide the items only from Left to Right

    Declaration
    public const NavigationDirection LeftToRight
    Field Value
    Type
    NavigationDirection

    RightToLeft

    Allow user to slide the items only from Right to Left

    Declaration
    public const NavigationDirection RightToLeft
    Field Value
    Type
    NavigationDirection

    TopToBottom

    Allow user to slide the items only from Top to Bottom

    Declaration
    public const NavigationDirection TopToBottom
    Field Value
    Type
    NavigationDirection

    Vertical

    Allow user to slide the items vertically.

    Declaration
    public const NavigationDirection Vertical
    Field Value
    Type
    NavigationDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved