Class
ExpanderExpandCollapseAnimation

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 ExpandCollapseAnimation.UpdateAnimationOverride(AnimationContext)ExpandCollapseAnimation.OrientationExpandCollapseAnimation.DirectionExpandCollapseAnimation.TargetElementNameRadAnimation.EmptyRadAnimation.Clone()RadAnimation.ApplyInitialValues(UIElement)RadAnimation.ClearAnimation(UIElement)RadAnimation.CreateOpposite()RadAnimation.ApplyAnimationValues(PlayAnimationInfo)RadAnimation.OnStarted(PlayAnimationInfo)RadAnimation.CreateStoryboardOverride(UIElement)RadAnimation.CloneCore()RadAnimation.CopyAnimationValues(PlayAnimationInfo)RadAnimation.OnEnded(PlayAnimationInfo)RadAnimation.OnEnded()RadAnimation.EasingRadAnimation.DurationRadAnimation.InitialDelayRadAnimation.AnimationNameRadAnimation.FillBehaviorRadAnimation.SpeedRatioRadAnimation.AutoReverseRadAnimation.RepeatBehaviorRadAnimation.AnimationOriginRadAnimation.Ended

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

bool

Overrides ExpandCollapseAnimation.IsVertical(UIElement)