Enum
SideDrawerTransitionType

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.

Declaration

cs-api-definition
Custom = 7

Field Value

SideDrawerTransitionType

Fade

The drawer fades in and out.

Declaration

cs-api-definition
Fade = 2

Field Value

SideDrawerTransitionType

Push

The drawer pushes the main content.

Declaration

cs-api-definition
Push = 3

Field Value

SideDrawerTransitionType

Reveal

The drawer is revealed as the main content slides away.

Declaration

cs-api-definition
Reveal = 4

Field Value

SideDrawerTransitionType

ReverseSlideOut

The drawer slides out in reverse.

Declaration

cs-api-definition
ReverseSlideOut = 5

Field Value

SideDrawerTransitionType

ScaleUp

The drawer scales up during the transition.

Declaration

cs-api-definition
ScaleUp = 6

Field Value

SideDrawerTransitionType

SlideAlong

The drawer slides along with the main content.

Declaration

cs-api-definition
SlideAlong = 0

Field Value

SideDrawerTransitionType

SlideInOnTop

The drawer slides in on top of the main content.

Declaration

cs-api-definition
SlideInOnTop = 1

Field Value

SideDrawerTransitionType