ClassRadScaleAndFadeAnimation
Class
Provides a pre-defined scale and fade animation group.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadScaleAndFadeAnimation : RadAnimationGroup
Inheritance: objectRadAnimationRadAnimationGroupRadScaleAndFadeAnimation
Inherited Members
Constructors
RadScaleAndFadeAnimation()
Initializes a new instance of the RadScaleAndFadeAnimation class.
Declaration
cs-api-definition
public RadScaleAndFadeAnimation()
Properties
FadeAnimation
Gets the fade animation instance.
Declaration
cs-api-definition
public RadFadeAnimation FadeAnimation { get; }
Property Value
ScaleAnimation
Gets the scale animation instance.
Declaration
cs-api-definition
public RadScaleAnimation ScaleAnimation { get; }
Property Value
Methods
CreateFadeAnimation()
Called in the constructor to create the default fade animation.
Declaration
cs-api-definition
protected virtual RadFadeAnimation CreateFadeAnimation()
Returns
Returns a new instance of RadFadeAnimation.
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.