TransitionProvider
Class
This class represents a factory for TransitionEffects. Its main purpose is to prevent the XBAP from throwing security exceptions. This approach also provides a good way to not use shader instances of the shaders.
Definition
Namespace:Telerik.Windows.Controls.TransitionControl
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
[TypeConverter(typeof(TransitionConverter))]
public abstract class TransitionProvider
Inheritance: objectTransitionProvider
Derived Classes:
Constructors
C#
protected TransitionProvider()
Methods
Creates a new Transition with the current settings.
C#
public virtual Transition CreateTransition(TransitionContext context)
The state of the scene to animate.
Returns:The Transition.