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