Class
BaseTransitionEffect

This class implements the LoadShader method that will load shaders from the Telerik.Windows.Controls assembly. Consider extending TransitionEffect instead of BaseTransitionEffect.

Definition

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 TransitionEffect.LoadShader()