ClassBaseTransitionEffect
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:
cs-api-definition
public abstract class BaseTransitionEffect : TransitionEffect
Inheritance: objectTransitionEffectBaseTransitionEffect
Inherited Members
Constructors
BaseTransitionEffect()
Declaration
cs-api-definition
protected BaseTransitionEffect()
Methods
LoadShader()
When overridden this method should load the shader and return it.
Declaration
cs-api-definition
protected override PixelShader LoadShader()
Returns
PixelShader
The newly loaded shader.
Overrides