Class
TransitionContext

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:

cs-api-definition
public class TransitionContext

Inheritance: objectTransitionContext

Constructors

TransitionContext()

Declaration

cs-api-definition
public TransitionContext()

Properties

CurrentContent

Gets the current data content.

Declaration

cs-api-definition
public object CurrentContent { get; }

Property Value

object

CurrentVisualElement

Gets the visual element that render the current content.

Declaration

cs-api-definition
public FrameworkElement CurrentVisualElement { get; }

Property Value

FrameworkElement

Duration

Gets the desired duration of the animation.

Declaration

cs-api-definition
public TimeSpan Duration { get; }

Property Value

TimeSpan

Easing

Gets the desired global easing function.

Declaration

cs-api-definition
public IEasingFunction Easing { get; }

Property Value

IEasingFunction

Host

Gets the Panel that hosts the old and the current visual contents.

Declaration

cs-api-definition
public FrameworkElement Host { get; }

Property Value

FrameworkElement

OldContent

Gets the old data content.

Declaration

cs-api-definition
public object OldContent { get; }

Property Value

object

OldVisualBrush

Gets a visual brush that has a snapshot of the old content.

Declaration

cs-api-definition
public Brush OldVisualBrush { get; }

Property Value

Brush

OldVisualElement

Gets the visual element that render the old content.

Declaration

cs-api-definition
public FrameworkElement OldVisualElement { get; }

Property Value

FrameworkElement