Class
AnimationContext

Defines a context which holds the animations used to open/close the drawer.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives.SideDrawer.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class AnimationContext

Inheritance: objectAnimationContext

Constructors

AnimationContext()

Declaration

cs-api-definition
public AnimationContext()

Properties

DrawerStoryBoard

Gets or sets the storyboard which holds the animations for the drawer used while opening the drawer.

Declaration

cs-api-definition
public Storyboard DrawerStoryBoard { get; set; }

Property Value

Storyboard

DrawerStoryBoardReverse

Gets or sets the storyboard which holds the animations for the drawer used while closing the drawer.

Declaration

cs-api-definition
public Storyboard DrawerStoryBoardReverse { get; set; }

Property Value

Storyboard

MainContentStoryBoard

Gets or sets the storyboard which holds the animations for the main content used while opening the drawer.

Declaration

cs-api-definition
public Storyboard MainContentStoryBoard { get; set; }

Property Value

Storyboard

MainContentStoryBoardReverse

Gets or sets the storyboard which holds the animations for the main content used while closing the drawer.

Declaration

cs-api-definition
public Storyboard MainContentStoryBoardReverse { get; set; }

Property Value

Storyboard