Class Transition
Abstract class that represents a transition between two visual.
Inheritance
Namespace: Telerik.Windows.Controls.TransitionControl
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class Transition : DependencyObject
Constructors
Transition()
Declaration
protected Transition()
Properties
Context
Gets the settings for the instance of this Transition.
Declaration
protected TransitionContext Context { get; }
Property Value
TransitionContext
|
Methods
AnimationCompletedOverride()
Stop the animation and clean up the objects modified in OnPlayAnimation.
Declaration
protected abstract void AnimationCompletedOverride()
NotifyAnimationCompleted()
Call on complete to invoke OnStopAnimation and clean up the objects modified in OnPlayAnimation.
Declaration
protected void NotifyAnimationCompleted()
StartAnimationOverride()
Prepare the objects and begin a transition animation.
Declaration
protected abstract void StartAnimationOverride()