Class Position
Defines the constants that specify where the drawer is placed.
Inheritance
System.Object
Position
Namespace: Syncfusion.UI.Xaml.NavigationDrawer
Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
Syntax
public sealed class Position : Enum
Fields
Bottom
Places the drawer at the bottom position of the control.
Declaration
public const Position Bottom
Field Value
Type |
---|
Position |
Left
Places the drawer to the left position of the control.
Declaration
public const Position Left
Field Value
Type |
---|
Position |
Right
Places the drawer to the right position of the control.
Declaration
public const Position Right
Field Value
Type |
---|
Position |
Top
Places the drawer at the top position of the control.
Declaration
public const Position Top
Field Value
Type |
---|
Position |