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