ClassTransitionProvider
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:
cs-api-definition
[TypeConverter(typeof(TransitionConverter))]
public abstract class TransitionProvider
Inheritance: objectTransitionProvider
Derived Classes:
Constructors
TransitionProvider()
Declaration
cs-api-definition
protected TransitionProvider()
Methods
CreateTransition(TransitionContext)
Creates a new Transition with the current settings.
Declaration
cs-api-definition
public virtual Transition CreateTransition(TransitionContext context)
Parameters
context
The state of the scene to animate.
Returns
The Transition.