Class Transition
Defines constants that specify how the drawer is animated when opened and closed.
Inheritance
System.Object
Transition
Namespace: Syncfusion.Maui.NavigationDrawer
Assembly: Syncfusion.Maui.NavigationDrawer.dll
Syntax
public sealed class Transition : Enum
Fields
Push
Drawer gets opened pushing the main content.
Declaration
public const Transition Push
Field Value
Type |
---|
Transition |
Reveal
Drawer will be placed beneath the main content and gets revealed moving the main content.
Declaration
public const Transition Reveal
Field Value
Type |
---|
Transition |
SlideOnTop
Drawer will be above the main content and slides over the main content.
Declaration
public const Transition SlideOnTop
Field Value
Type |
---|
Transition |