ClassAnimationContext
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:
public class AnimationContext
Inheritance: objectAnimationContext
Constructors
AnimationContext()
Declaration
public AnimationContext()
Properties
DrawerStoryBoard
Gets or sets the storyboard which holds the animations for the drawer used while opening the drawer.
Declaration
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
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
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
public Storyboard MainContentStoryBoardReverse { get; set; }
Property Value
Storyboard