New to Telerik UI for WPFStart a free 30-day trial

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: ShaderTransitionProviderLayoutClipTransition

Constructors

C#
protected TransitionProvider()

Methods

Creates a new Transition with the current settings.

C#
public virtual Transition CreateTransition(TransitionContext context)
Parameters:contextTransitionContext

The state of the scene to animate.

Returns:

Transition

The Transition.