Class RadMoveAndFadeAnimation
Inheritance
System.Object
RadMoveAndFadeAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadMoveAndFadeAnimation : RadAnimationGroup
Constructors
Declaration
public RadMoveAndFadeAnimation()
Properties
Declaration
public RadFadeAnimation FadeAnimation { get; }
Property Value
Declaration
public RadMoveAnimation MoveAnimation { get; }
Property Value
Methods
Declaration
public override void ClearAnimation(UIElement target)
Parameters
|
Microsoft.UI.Xaml.UIElement
target
|
Overrides
Declaration
protected virtual RadFadeAnimation CreateFadeAnimation()
Returns
Declaration
protected virtual RadMoveAnimation CreateMoveAnimation()
Returns
Extension Methods