ClassExpanderExpandCollapseAnimation
Class
Animation for the Expander Expand/Collapse.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ExpanderExpandCollapseAnimation : ExpandCollapseAnimation
Inheritance: objectRadAnimationExpandCollapseAnimationExpanderExpandCollapseAnimation
Inherited Members
Constructors
ExpanderExpandCollapseAnimation()
Declaration
cs-api-definition
public ExpanderExpandCollapseAnimation()
Methods
IsVertical(UIElement)
Indicates whether the animation is vertical.
Declaration
cs-api-definition
protected override bool IsVertical(UIElement control)
Parameters
control
UIElement
The target control.
Returns
Overrides