Class LinearFadeTransition
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 LinearFadeTransition : ShaderTransitionProvider
Constructors
LinearFadeTransition()
Initializes a new instance of the LinearFadeTransition class.
Declaration
public LinearFadeTransition()
Properties
Angle
Gets or sets the Angle variable within the shader.
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
Darker
Gets or sets the Darker variable within the shader.
Declaration
public double Darker { get; set; }
Property Value
System.Double
|
Thickness
Gets or sets the Thickness variable within the shader.
Declaration
public double Thickness { 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. |