ClassPerspectiveTransition
Class
Base class pseudo 3D transitions.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public abstract class PerspectiveTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderPerspectiveTransition
Derived Classes:
Inherited Members
Constructors
PerspectiveTransition()
Declaration
cs-api-definition
protected PerspectiveTransition()
Methods
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
cs-api-definition
protected override TransitionEffect CreateTransitionEffect()
Returns
A new instance of the TransitionEffect class.
Overrides