Class NavigationDirection
Contains the values for the NavigationDirection enumeration that determines the sliding direction either vertically or horizontally.
Inheritance
System.Object
NavigationDirection
Namespace: Syncfusion.Maui.Core.Rotator
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class NavigationDirection : Enum
Fields
BottomToTop
Allow user to slide the items 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 from Left to Right
Declaration
public const NavigationDirection LeftToRight
Field Value
Type |
---|
NavigationDirection |
RightToLeft
Allow user to slide the items from Right to Left
Declaration
public const NavigationDirection RightToLeft
Field Value
Type |
---|
NavigationDirection |
TopToBottom
Allow user to slide the items 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 |