Class
Transition

Abstract class that represents a transition between two visual.

Definition

Namespace:Telerik.Windows.Controls.TransitionControl

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public abstract class Transition : DependencyObject

Inheritance: objectTransition

Derived Classes: ClrTransition

Constructors

Transition()

Declaration

cs-api-definition
protected Transition()

Properties

Context

Gets the settings for the instance of this Transition.

Declaration

cs-api-definition
protected TransitionContext Context { get; }

Property Value

TransitionContext

Methods

AnimationCompletedOverride()

Stop the animation and clean up the objects modified in OnPlayAnimation.

Declaration

cs-api-definition
protected abstract void AnimationCompletedOverride()

NotifyAnimationCompleted()

Call on complete to invoke OnStopAnimation and clean up the objects modified in OnPlayAnimation.

Declaration

cs-api-definition
protected void NotifyAnimationCompleted()

StartAnimationOverride()

Prepare the objects and begin a transition animation.

Declaration

cs-api-definition
protected abstract void StartAnimationOverride()