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
Constructors
Initializes a new instance of the SlideAndZoomTransition class.
C#
public SlideAndZoomTransition()
Properties
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()
A new instance of the Transition class.
Overrides:
Creates a new TransitionEffect with the current settings.
C#
protected override TransitionEffect CreateTransitionEffect()
A new instance of the TransitionEffect class.
Overrides: