Class RadTileAnimation
Inherited Members
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadTileAnimation : RadAnimation, IInOutAnimation
Constructors
RadTileAnimation()
Declaration
public RadTileAnimation()
Fields
ContainerToAnimateProperty
Declaration
public static readonly DependencyProperty ContainerToAnimateProperty
Field Value
Microsoft.
|
ElementToDelayProperty
Declaration
public static readonly DependencyProperty ElementToDelayProperty
Field Value
Microsoft.
|
Properties
InOutAnimationMode
Declaration
public InOutAnimationMode InOutAnimationMode { get; set; }
Property Value
Implements
IsTranslationEnabled
Declaration
public bool IsTranslationEnabled { get; set; }
Property Value
System.
|
ItemAnimationDuration
Declaration
public Duration ItemAnimationDuration { get; set; }
Property Value
Microsoft.
|
PerspectiveAngleX
Declaration
public double PerspectiveAngleX { get; set; }
Property Value
System.
|
PerspectiveAngleY
Declaration
public double PerspectiveAngleY { get; set; }
Property Value
System.
|
SelectedItemDelay
Declaration
public TimeSpan SelectedItemDelay { get; set; }
Property Value
System.
|
SequentialItemDelay
Declaration
public TimeSpan SequentialItemDelay { get; set; }
Property Value
System.
|
SequentialMode
Methods
ApplyAnimationValues(PlayAnimationInfo)
Declaration
protected override void ApplyAnimationValues(PlayAnimationInfo info)
Parameters
Play
|
Overrides
ClearAnimation(UIElement)
Declaration
public override void ClearAnimation(UIElement target)
Parameters
Microsoft.
|
Overrides
CreateOpposite()
Declaration
public override RadAnimation CreateOpposite()
Returns
Overrides
GetContainerToAnimate(DependencyObject)
Declaration
public static FrameworkElement GetContainerToAnimate(DependencyObject source)
Parameters
Microsoft.
|
Returns
Microsoft.
|
GetElementToDelay(DependencyObject)
Declaration
public static FrameworkElement GetElementToDelay(DependencyObject source)
Parameters
Microsoft.
|
Returns
Microsoft.
|
OnEnded(PlayAnimationInfo)
Declaration
protected override void OnEnded(PlayAnimationInfo info)
Parameters
Play
|
Overrides
SetContainerToAnimate(DependencyObject, FrameworkElement)
Declaration
public static void SetContainerToAnimate(DependencyObject source, FrameworkElement value)
Parameters
Microsoft.
|
Microsoft.
|
SetElementToDelay(DependencyObject, FrameworkElement)
Declaration
public static void SetElementToDelay(DependencyObject source, FrameworkElement value)
Parameters
Microsoft.
|
Microsoft.
|
UpdateAnimationOverride(AnimationContext)
Declaration
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
Animation
|