Transition
Class
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:
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()