Class NavigationStripPosition
Contains the values for the NavigationStripPosition enumeration that determines the placement of the navigation strip.
Inheritance
System.Object
NavigationStripPosition
Namespace: Syncfusion.Maui.Core.Rotator
Assembly: Syncfusion.Maui.Core.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
Type |
---|
NavigationStripPosition |
Left
Arranges all Tile items at left to the selected view.
Declaration
public const NavigationStripPosition Left
Field Value
Type |
---|
NavigationStripPosition |
Right
Arranges all Tile items at right to the selected view.
Declaration
public const NavigationStripPosition Right
Field Value
Type |
---|
NavigationStripPosition |
Top
Arranges all Tile items at top to the selected view.
Declaration
public const NavigationStripPosition Top
Field Value
Type |
---|
NavigationStripPosition |