Class ExpandCollapseAnimation
Inheritance
System.Object
ExpandCollapseAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ExpandCollapseAnimation : RadAnimation
Constructors
Declaration
public ExpandCollapseAnimation()
Properties
Declaration
public AnimationDirection Direction { get; set; }
Property Value
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public string TargetElementName { get; set; }
Property Value
Methods
Declaration
protected virtual bool IsVertical(UIElement control)
Parameters
|
Microsoft.UI.Xaml.UIElement
control
|
Returns
Declaration
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
Overrides
Extension Methods