Class RadMoveAnimation
Inheritance
System.Object
RadMoveAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadMoveAnimation : RadAnimationGroup
Constructors
Declaration
public RadMoveAnimation()
Properties
Declaration
public override Duration Duration { get; set; }
Property Value
|
Microsoft.UI.Xaml.Duration
|
Overrides
Declaration
public Nullable<Point> EndPoint { get; set; }
Property Value
|
System.Nullable<Windows.Foundation.Point>
|
Declaration
public DoubleKeyFrameCollection MiddlePointsXAxis { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Animation.DoubleKeyFrameCollection
|
Declaration
public DoubleKeyFrameCollection MiddlePointsYAxis { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Animation.DoubleKeyFrameCollection
|
Declaration
public Nullable<MoveDirection> MoveDirection { get; set; }
Property Value
Declaration
public MoveAnimationPointMode PointMode { get; set; }
Property Value
Declaration
public Nullable<Point> StartPoint { get; set; }
Property Value
|
System.Nullable<Windows.Foundation.Point>
|
Methods
Declaration
public override RadAnimation CreateOpposite()
Returns
Overrides
Declaration
protected static MoveDirection GetOppositeDirection(MoveDirection direction)
Parameters
Returns
Declaration
protected static Point GetPoint(UIElement target, Nullable<Point> point)
Parameters
|
Microsoft.UI.Xaml.UIElement
target
|
|
System.Nullable<Windows.Foundation.Point>
point
|
Returns
Declaration
protected Pair<Point, Point> GetStartEndPoints(FrameworkElement element)
Parameters
|
Microsoft.UI.Xaml.FrameworkElement
element
|
Returns
|
Pair<Windows.Foundation.Point, Windows.Foundation.Point>
|
Declaration
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
Overrides
Extension Methods