Class
SlideAndZoomTransition

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

Inheritance: objectTransitionProviderShaderTransitionProviderSlideAndZoomTransition

Inherited Members ShaderTransitionProvider.CreateTransition(TransitionContext)ShaderTransitionProvider.LayoutAnimation

Constructors

SlideAndZoomTransition()

Initializes a new instance of the SlideAndZoomTransition class.

Declaration

cs-api-definition
public SlideAndZoomTransition()

Properties

MinAlpha

Gets or sets the minimum alpha to be applied.

Declaration

cs-api-definition
public double MinAlpha { get; set; }

Property Value

double

MinZoom

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

Declaration

cs-api-definition
public double MinZoom { get; set; }

Property Value

double

SlideDirection

Gets or sets the slide direction.

Declaration

cs-api-definition
public FlowDirection SlideDirection { get; set; }

Property Value

FlowDirection

StartSlideAt

Gets or sets the starting progress of the slide effect.

Declaration

cs-api-definition
public double StartSlideAt { get; set; }

Property Value

double

Methods

CreateFallBackTransition()

Creates a new Transition with the current settings.

Declaration

cs-api-definition
protected override Transition CreateFallBackTransition()

Returns

Transition

A new instance of the Transition class.

Overrides ShaderTransitionProvider.CreateFallBackTransition()

CreateTransitionEffect()

Creates a new TransitionEffect with the current settings.

Declaration

cs-api-definition
protected override TransitionEffect CreateTransitionEffect()

Returns

TransitionEffect

A new instance of the TransitionEffect class.

Overrides ShaderTransitionProvider.CreateTransitionEffect()