Class NavigationStripPosition
Contains the values for the NavigationStripPosition enumeration that determines the placement of the navigation strip.
Inheritance
System.Object
NavigationStripPosition
Namespace: Syncfusion.SfRotator.XForms
Assembly: Syncfusion.SfRotator.XForms.dll
Syntax
public sealed class NavigationStripPosition : Enum
Fields
Bottom
Arranges all Tile items at bottom to the selected view.
Declaration
public const NavigationStripPosition Bottom
Field Value
Left
Arranges all Tile items at left to the selected view.
Declaration
public const NavigationStripPosition Left
Field Value
Right
Arranges all Tile items at right to the selected view.
Declaration
public const NavigationStripPosition Right
Field Value
Top
Arranges all Tile items at top to the selected view.
Declaration
public const NavigationStripPosition Top