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

Inheritance: objectTransitionProviderShaderTransitionProviderSlideAndZoomTransition

Inherited Members ShaderTransitionProvider.CreateTransition(TransitionContext)ShaderTransitionProvider.LayoutAnimation

Constructors

Initializes a new instance of the SlideAndZoomTransition class.

C#
public SlideAndZoomTransition()

Properties

Gets or sets the minimum alpha to be applied.

C#
public double MinAlpha { get; set; }

Gets or sets the minimum zoom to be applied when zooming out.

C#
public double MinZoom { get; set; }

SlideDirection

FlowDirection

Gets or sets the slide direction.

C#
public FlowDirection SlideDirection { get; set; }

Gets or sets the starting progress of the slide effect.

C#
public double StartSlideAt { get; set; }

Methods

Creates a new Transition with the current settings.

C#
protected override Transition CreateFallBackTransition()
Returns:

Transition

A new instance of the Transition class.

Overrides: ShaderTransitionProvider.CreateFallBackTransition()

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()