Class WaveTransition
This class is a concrete implementation of a transition effect that makes zoom and slide transition.
Inherited Members
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public class WaveTransition : ShaderTransitionProvider
Constructors
WaveTransition()
Initializes a new instance of the WaveTransition class.
Declaration
public WaveTransition()
Properties
Amplitude
Gets or sets the Amplitude variable within the shader.
Declaration
public double Amplitude { get; set; }
Property Value
System.Double
|
Angle
Gets or sets the Angle variable within the shader.
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
Fade
Gets or sets the Fade variable within the shader.
Declaration
public double Fade { get; set; }
Property Value
System.Double
|
Methods
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
protected override TransitionEffect CreateTransitionEffect()
Returns
TransitionEffect
A new instance of the TransitionEffect class. |