Class
WaveTransition

This class is a concrete implementation of a transition effect that makes zoom and slide transition.

Definition

Namespace:Telerik.Windows.Controls.TransitionEffects

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class WaveTransition : ShaderTransitionProvider

Inheritance: objectTransitionProviderShaderTransitionProviderWaveTransition

Inherited Members ShaderTransitionProvider.CreateFallBackTransition()ShaderTransitionProvider.CreateTransition(TransitionContext)ShaderTransitionProvider.LayoutAnimation

Constructors

WaveTransition()

Initializes a new instance of the WaveTransition class.

Declaration

cs-api-definition
public WaveTransition()

Properties

Amplitude

Gets or sets the Amplitude variable within the shader.

Declaration

cs-api-definition
public double Amplitude { get; set; }

Property Value

double

Angle

Gets or sets the Angle variable within the shader.

Declaration

cs-api-definition
public double Angle { get; set; }

Property Value

double

Fade

Gets or sets the Fade variable within the shader.

Declaration

cs-api-definition
public double Fade { get; set; }

Property Value

double

Methods

CreateTransitionEffect()

Creates a new TransitionEffect with the current settings.

Declaration

cs-api-definition
protected override TransitionEffect CreateTransitionEffect()

Returns

TransitionEffect

A new instance of the TransitionEffect class.

Overrides ShaderTransitionProvider.CreateTransitionEffect()