ClassExpandCollapseAnimation
Class
Animation for Expand/Collapse behavior.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ExpandCollapseAnimation : RadAnimation
Inheritance: objectRadAnimationExpandCollapseAnimation
Derived Classes:
Inherited Members
Constructors
ExpandCollapseAnimation()
Initializes a new instance of the ExpandCollapseAnimation class.
Declaration
cs-api-definition
public ExpandCollapseAnimation()
Properties
Direction
Gets or sets a value indicating whether the direction of the animation.
Declaration
cs-api-definition
public AnimationDirection Direction { get; set; }
Property Value
Orientation
Gets or sets a value, describing the orientation of the animation.
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Orientation
TargetElementName
Gets or sets the name of the element that should be animated.
Methods
IsVertical(UIElement)
Indicates whether the animation is vertical.
Declaration
cs-api-definition
protected virtual bool IsVertical(UIElement control)
Parameters
control
UIElement
The target control.
Returns
UpdateAnimationOverride(AnimationContext)
Updates the ExpanderAnimation.
Declaration
cs-api-definition
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
context
Overrides