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