Class RadScaleMoveAndRotateAnimation
Inheritance
System.Object
RadScaleMoveAndRotateAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadScaleMoveAndRotateAnimation : RadAnimationGroup
Constructors
Declaration
public RadScaleMoveAndRotateAnimation()
Properties
Declaration
public RadMoveAnimation MoveAnimation { get; }
Property Value
Declaration
public RadPlaneProjectionAnimation RotateAnimation { get; }
Property Value
Declaration
public RadScaleAnimation ScaleAnimation { get; }
Property Value
Methods
Declaration
protected virtual RadMoveAnimation CreateMoveAnimation()
Returns
Declaration
protected virtual RadPlaneProjectionAnimation CreateRotateAnimation()
Returns
Declaration
protected virtual RadScaleAnimation CreateScaleAnimation()
Returns
Extension Methods