Class RadResizeWidthAnimation
Inheritance
System.Object
RadResizeWidthAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadResizeWidthAnimation : RadAnimation
Constructors
Declaration
public RadResizeWidthAnimation()
Properties
Declaration
public Nullable<double> EndWidth { get; set; }
Property Value
|
System.Nullable<System.Double>
|
Declaration
public Nullable<double> Height { get; set; }
Property Value
|
System.Nullable<System.Double>
|
Declaration
public Nullable<double> StartWidth { 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