Enum Position
Defines the constants that specify where the drawer is placed.
Namespace: Syncfusion.UI.Xaml.NavigationDrawer
Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| Bottom | Places the drawer at the bottom position of the control. |
| Left | Places the drawer to the left position of the control. |
| Right | Places the drawer to the right position of the control. |
| Top | Places the drawer at the top position of the control. |