Class RadResizeHeightAnimation
Inherited Members
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadResizeHeightAnimation : RadAnimation
Constructors
RadResizeHeightAnimation()
Declaration
public RadResizeHeightAnimation()
Properties
EndHeight
Declaration
public Nullable<double> EndHeight { get; set; }
Property Value
System.
|
StartHeight
Declaration
public Nullable<double> StartHeight { get; set; }
Property Value
System.
|
Width
Declaration
public Nullable<double> Width { get; set; }
Property Value
System.
|
Methods
ApplyAnimationValues(PlayAnimationInfo)
Declaration
protected override void ApplyAnimationValues(PlayAnimationInfo info)
Parameters
Play
|
Overrides
ApplyInitialValues(UIElement)
Declaration
public override void ApplyInitialValues(UIElement target)
Parameters
Microsoft.
|
Overrides
ClearAnimation(UIElement)
Declaration
public override void ClearAnimation(UIElement target)
Parameters
Microsoft.
|
Overrides
CreateOpposite()
Declaration
public override RadAnimation CreateOpposite()
Returns
Overrides
UpdateAnimationOverride(AnimationContext)
Declaration
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
Animation
|