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