EnumSideDrawerTransitionType
Enum
Defines the transition type of the RadSideDrawer when it opens or closes.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum SideDrawerTransitionType
Fields
Custom
A custom transition type.
Fade
The drawer fades in and out.
Push
The drawer pushes the main content.
Reveal
The drawer is revealed as the main content slides away.
ReverseSlideOut
The drawer slides out in reverse.
ScaleUp
The drawer scales up during the transition.
SlideAlong
The drawer slides along with the main content.
SlideInOnTop
The drawer slides in on top of the main content.