ClassRadScaleMoveAndRotateAnimation
Provides a pre-defined move, scale and rotate animation.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadScaleMoveAndRotateAnimation : RadAnimationGroup
Inheritance: objectRadAnimationRadAnimationGroupRadScaleMoveAndRotateAnimation
Inherited Members
Constructors
RadScaleMoveAndRotateAnimation()
Initializes a new instance of the RadScaleMoveAndRotateAnimation class.
Declaration
public RadScaleMoveAndRotateAnimation()
Properties
MoveAnimation
Gets the move animation for this group.
Declaration
public RadMoveAnimation MoveAnimation { get; }
Property Value
RotateAnimation
Gets the rotate animation for this group.
Declaration
public RadPlaneProjectionAnimation RotateAnimation { get; }
Property Value
ScaleAnimation
Gets the scale animation for this group.
Declaration
public RadScaleAnimation ScaleAnimation { get; }
Property Value
Methods
CreateMoveAnimation()
Called in the constructor to create the default move animation.
Declaration
protected virtual RadMoveAnimation CreateMoveAnimation()
Returns
Returns a new instance of RadMoveAnimation.
CreateRotateAnimation()
Called in the constructor to create the default rotate animation.
Declaration
protected virtual RadPlaneProjectionAnimation CreateRotateAnimation()
Returns
Returns a new instance of RadPerspectiveAnimation.
CreateScaleAnimation()
Called in the constructor to create the default scale animation.
Declaration
protected virtual RadScaleAnimation CreateScaleAnimation()
Returns
Returns a new instance of RadScaleAnimation.