Class MoveAnimationBase
Inheritance
System.Object
MoveAnimationBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class MoveAnimationBase : RadAnimation
Constructors
Declaration
protected MoveAnimationBase()
Properties
Declaration
public DoubleKeyFrameCollection MiddlePointsAxis { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Animation.DoubleKeyFrameCollection
|
Declaration
public MoveAnimationPointMode PointMode { get; set; }
Property Value
Methods
Declaration
public override void ApplyInitialValues(UIElement target)
Parameters
|
Microsoft.UI.Xaml.UIElement
target
|
Overrides
Declaration
public override RadAnimation CreateOpposite()
Returns
Overrides
Declaration
protected double[] GetMoveArguments(double startValue, double endValue)
Parameters
|
System.Double
startValue
|
|
System.Double
endValue
|
Returns
Declaration
protected abstract void SwapValues()
Extension Methods