ClassTransitionContext
Container for the setting of the scene during the start of a new Transition.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class TransitionContext
Inheritance: objectTransitionContext
Constructors
TransitionContext()
Declaration
public TransitionContext()
Properties
CurrentContent
Gets the current data content.
CurrentVisualElement
Gets the visual element that render the current content.
Declaration
public FrameworkElement CurrentVisualElement { get; }
Property Value
FrameworkElement
Duration
Gets the desired duration of the animation.
Easing
Gets the desired global easing function.
Declaration
public IEasingFunction Easing { get; }
Property Value
IEasingFunction
Host
Gets the Panel that hosts the old and the current visual contents.
Declaration
public FrameworkElement Host { get; }
Property Value
FrameworkElement
OldContent
Gets the old data content.
OldVisualBrush
Gets a visual brush that has a snapshot of the old content.
Declaration
public Brush OldVisualBrush { get; }
Property Value
Brush
OldVisualElement
Gets the visual element that render the old content.
Declaration
public FrameworkElement OldVisualElement { get; }
Property Value
FrameworkElement