Class RadMoveYAnimation
Inheritance
System.Object
RadMoveYAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadMoveYAnimation : MoveAnimationBase
Constructors
Declaration
public RadMoveYAnimation()
Properties
Declaration
public Nullable<double> EndY { get; set; }
Property Value
|
System.Nullable<System.Double>
|
Declaration
public Nullable<double> StartY { 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
protected static double GetRelativeY(FrameworkElement target, Nullable<double> y)
Parameters
|
Microsoft.UI.Xaml.FrameworkElement
target
|
|
System.Nullable<System.Double>
y
|
Returns
Declaration
protected static double GetY(UIElement target, Nullable<double> y)
Parameters
|
Microsoft.UI.Xaml.UIElement
target
|
|
System.Nullable<System.Double>
y
|
Returns
Declaration
protected override void SwapValues()
Overrides
Declaration
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
Overrides
Extension Methods