BaseTransitionEffect
Class
This class implements the LoadShader method that will load shaders from the Telerik.Windows.Controls assembly. Consider extending TransitionEffect instead of BaseTransitionEffect.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public abstract class BaseTransitionEffect : TransitionEffect
Inheritance: objectTransitionEffectBaseTransitionEffect
Inherited Members
Constructors
C#
protected BaseTransitionEffect()
Methods
LoadShader()
PixelShader
When overridden this method should load the shader and return it.
C#
protected override PixelShader LoadShader()
PixelShader
The newly loaded shader.
Overrides: