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