Class RadContinuumAnimation
Inheritance
System.Object
RadContinuumAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadContinuumAnimation : RadAnimation, IInOutAnimation
Constructors
Declaration
public RadContinuumAnimation()
Fields
Declaration
public static readonly DependencyProperty ContinuumElementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public InOutAnimationMode InOutAnimationMode { get; set; }
Property Value
Implements
Declaration
public Duration ItemAnimationDuration { get; set; }
Property Value
|
Microsoft.UI.Xaml.Duration
|
Declaration
public TimeSpan SelectedItemDelay { get; set; }
Property Value
Methods
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 GetContinuumElement(DependencyObject source)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
source
|
Returns
|
Microsoft.UI.Xaml.FrameworkElement
|
Declaration
protected override void OnStarted(PlayAnimationInfo info)
Parameters
Overrides
Declaration
public static void SetContinuumElement(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