New to Telerik UI for WPFStart a free 30-day trial

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 LinearFadeTransition : ShaderTransitionProvider

Inheritance: objectTransitionProviderShaderTransitionProviderLinearFadeTransition

Inherited Members ShaderTransitionProvider.CreateFallBackTransition()ShaderTransitionProvider.CreateTransition(TransitionContext)ShaderTransitionProvider.LayoutAnimation

Constructors

Initializes a new instance of the LinearFadeTransition class.

C#
public LinearFadeTransition()

Properties

Gets or sets the Angle variable within the shader.

C#
public double Angle { get; set; }

Gets or sets the Darker variable within the shader.

C#
public double Darker { get; set; }

Gets or sets the Thickness variable within the shader.

C#
public double Thickness { get; set; }

Methods

Creates a new TransitionEffect with the current settings.

C#
protected override TransitionEffect CreateTransitionEffect()
Returns:

TransitionEffect

A new instance of the TransitionEffect class.

Overrides: ShaderTransitionProvider.CreateTransitionEffect()