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