Class RadContinuumAnimation
Inherited Members
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadContinuumAnimation : RadAnimation, IInOutAnimation
Constructors
RadContinuumAnimation()
Declaration
public RadContinuumAnimation()
Fields
ContinuumElementProperty
Declaration
public static readonly DependencyProperty ContinuumElementProperty
Field Value
Microsoft.
|
HeaderElementProperty
Declaration
public static readonly DependencyProperty HeaderElementProperty
Field Value
Microsoft.
|
Properties
InOutAnimationMode
Declaration
public InOutAnimationMode InOutAnimationMode { get; set; }
Property Value
Implements
ItemAnimationDuration
Declaration
public Duration ItemAnimationDuration { get; set; }
Property Value
Microsoft.
|
SelectedItemDelay
Declaration
public TimeSpan SelectedItemDelay { get; set; }
Property Value
System.
|
Methods
ClearAnimation(UIElement)
Declaration
public override void ClearAnimation(UIElement target)
Parameters
Microsoft.
|
Overrides
CreateOpposite()
Declaration
public override RadAnimation CreateOpposite()
Returns
Overrides
GetContinuumElement(DependencyObject)
Declaration
public static FrameworkElement GetContinuumElement(DependencyObject source)
Parameters
Microsoft.
|
Returns
Microsoft.
|
GetHeaderElement(DependencyObject)
Declaration
public static FrameworkElement GetHeaderElement(DependencyObject source)
Parameters
Microsoft.
|
Returns
Microsoft.
|
OnStarted(PlayAnimationInfo)
Declaration
protected override void OnStarted(PlayAnimationInfo info)
Parameters
Play
|
Overrides
SetContinuumElement(DependencyObject, FrameworkElement)
Declaration
public static void SetContinuumElement(DependencyObject source, FrameworkElement value)
Parameters
Microsoft.
|
Microsoft.
|
SetPageHeader(DependencyObject, FrameworkElement)
Declaration
public static void SetPageHeader(DependencyObject source, FrameworkElement value)
Parameters
Microsoft.
|
Microsoft.
|
UpdateAnimationOverride(AnimationContext)
Declaration
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
Animation
|