ClassRadScaleAndMoveAnimation
Class
Represents pre-defined animation group that moves and scales an element.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadScaleAndMoveAnimation : RadAnimationGroup
Inheritance: objectRadAnimationRadAnimationGroupRadScaleAndMoveAnimation
Inherited Members
Constructors
RadScaleAndMoveAnimation()
Initializes a new instance of the RadScaleAndMoveAnimation class.
Declaration
cs-api-definition
public RadScaleAndMoveAnimation()
Properties
MoveAnimation
Gets the move animation in this group.
Declaration
cs-api-definition
public RadMoveAnimation MoveAnimation { get; }
Property Value
ScaleAnimation
Gets the scale animation in this group.
Declaration
cs-api-definition
public RadScaleAnimation ScaleAnimation { get; }
Property Value
Methods
CreateMoveAnimation()
Called in the constructor to create the default move animation.
Declaration
cs-api-definition
protected virtual RadMoveAnimation CreateMoveAnimation()
Returns
Returns a new instance of RadMoveAnimation.
CreateScaleAnimation()
Called in the constructor to create the default scale animation.
Declaration
cs-api-definition
protected virtual RadScaleAnimation CreateScaleAnimation()
Returns
Returns a new instance of RadScaleAnimation.