Class SideDrawerTransitionType
Defines the transition type of the RadSideDrawer when it opens or closes.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SideDrawerTransitionType : Enum
Fields
Custom
A custom transition type.
Declaration
public const SideDrawerTransitionType Custom
Field Value
SideDrawerTransitionType
|
Fade
The drawer fades in and out.
Declaration
public const SideDrawerTransitionType Fade
Field Value
SideDrawerTransitionType
|
Push
The drawer pushes the main content.
Declaration
public const SideDrawerTransitionType Push
Field Value
SideDrawerTransitionType
|
Reveal
The drawer is revealed as the main content slides away.
Declaration
public const SideDrawerTransitionType Reveal
Field Value
SideDrawerTransitionType
|
ReverseSlideOut
The drawer slides out in reverse.
Declaration
public const SideDrawerTransitionType ReverseSlideOut
Field Value
SideDrawerTransitionType
|
ScaleUp
The drawer scales up during the transition.
Declaration
public const SideDrawerTransitionType ScaleUp
Field Value
SideDrawerTransitionType
|
SlideAlong
The drawer slides along with the main content.
Declaration
public const SideDrawerTransitionType SlideAlong
Field Value
SideDrawerTransitionType
|
SlideInOnTop
The drawer slides in on top of the main content.
Declaration
public const SideDrawerTransitionType SlideInOnTop
Field Value
SideDrawerTransitionType
|
value__
Declaration
public int value__
Field Value
System.Int32
|