Enum
DrawerTransition

Defines the available predefined transitions which are applied to the drawer and the main content.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum DrawerTransition

Fields

Push

Defines the Push transition.

Declaration

cs-api-definition
Push = 1

Field Value

DrawerTransition

Reveal

Defines the Reveal transition.

Declaration

cs-api-definition
Reveal = 2

Field Value

DrawerTransition

ReverseSlideOut

Defines the ReverseSlideOut transition.

Declaration

cs-api-definition
ReverseSlideOut = 3

Field Value

DrawerTransition

ScaleDownPusher

Defines the ScaleDownPusher transition.

Declaration

cs-api-definition
ScaleDownPusher = 4

Field Value

DrawerTransition

ScaleUp

Defines the ScaleUp transition.

Declaration

cs-api-definition
ScaleUp = 5

Field Value

DrawerTransition

SlideAlong

Defines the SlideAlong transition.

Declaration

cs-api-definition
SlideAlong = 6

Field Value

DrawerTransition

SlideInOnTop

Defines the SlideInOnTop transition.

Declaration

cs-api-definition
SlideInOnTop = 0

Field Value

DrawerTransition