ClassLinearFadeTransition
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 LinearFadeTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderLinearFadeTransition
Inherited Members
Constructors
LinearFadeTransition()
Initializes a new instance of the LinearFadeTransition class.
Declaration
cs-api-definition
public LinearFadeTransition()
Properties
Angle
Gets or sets the Angle variable within the shader.
Darker
Gets or sets the Darker 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