ClassWaveTransition
Class
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
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.
Angle
Gets or sets the Angle variable within the shader.
Methods
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
cs-api-definition
protected override TransitionEffect CreateTransitionEffect()
Returns
A new instance of the TransitionEffect class.
Overrides