Class TransitionProvider
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.
Inheritance
Namespace: Telerik.Windows.Controls.TransitionControl
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class TransitionProvider : Object
Constructors
TransitionProvider()
Declaration
protected TransitionProvider()
Methods
CreateTransition(TransitionContext)
Creates a new Transition with the current settings.
Declaration
public virtual Transition CreateTransition(TransitionContext context)
Parameters
TransitionContext
context
The state of the scene to animate. |
Returns
Transition
The Transition. |