Sliding Direction
11 Dec 2019 / 1 minute to read
The NavigationDirection
property specifies the direction in which items should be navigated in Rotator control.
Horizontal
Items can be navigated in horizontal direction.
rotator.NavigationDirection = SFRotatorNavigationDirection.Horizontal;
Vertical
Items can be navigated in vertical direction.
rotator.NavigationDirection = SFRotatorNavigationDirection.Vertical;
LeftToRight
Items can be navigated from Left to Right only.
rotator.NavigationDirection = SFRotatorNavigationDirection.LeftToRight;
RightToLeft
Items can be navigated from Right to Left only.
rotator.NavigationDirection = SFRotatorNavigationDirection.RightToLeft;
TopToBottom
Items can be navigated from Top to Bottom only.
rotator.NavigationDirection = SFRotatorNavigationDirection.TopToBottom;
BottomToTop
Items can be navigated from Bottom to Top only.
rotator.NavigationDirection = SFRotatorNavigationDirection.BottomToTop;
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page