New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the transition type of the RadSideDrawer when it opens or closes.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum SideDrawerTransitionType

Fields

A custom transition type.

C#
Custom = 7

The drawer fades in and out.

C#
Fade = 2

The drawer pushes the main content.

C#
Push = 3

The drawer is revealed as the main content slides away.

C#
Reveal = 4

The drawer slides out in reverse.

C#
ReverseSlideOut = 5

The drawer scales up during the transition.

C#
ScaleUp = 6

The drawer slides along with the main content.

C#
SlideAlong = 0

The drawer slides in on top of the main content.

C#
SlideInOnTop = 1