New to Telerik UI for WPFStart a free 30-day trial

Abstract class that represents a transition between two visual.

Definition

Namespace:Telerik.Windows.Controls.TransitionControl

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public abstract class Transition : DependencyObject

Inheritance: objectTransition

Derived Classes: ClrTransition

Constructors

C#
protected Transition()

Properties

Gets the settings for the instance of this Transition.

C#
protected TransitionContext Context { get; }

Methods

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

C#
protected abstract void AnimationCompletedOverride()

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

C#
protected void NotifyAnimationCompleted()

Prepare the objects and begin a transition animation.

C#
protected abstract void StartAnimationOverride()