Enum Transition
Defines constants that specify how the drawer is animated when opened and closed.
Namespace: Syncfusion.UI.Xaml.NavigationDrawer
Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
Syntax
public enum Transition
Fields
| Name | Description |
|---|---|
| Push | Drawer gets opened pushing the main content. |
| Reveal | Drawer will be placed beneath the main content and gets revealed moving the main content. |
| SlideOnTop | Drawer will be above the main content and slides over the main content. |