WaveTransition
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:
C#
public class WaveTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderWaveTransition
Inherited Members
Constructors
Initializes a new instance of the WaveTransition class.
C#
public WaveTransition()
Properties
Gets or sets the Amplitude variable within the shader.
C#
public double Amplitude { get; set; }
Methods
Creates a new TransitionEffect with the current settings.
C#
protected override TransitionEffect CreateTransitionEffect()
A new instance of the TransitionEffect class.
Overrides: