Class SlideAndZoomTransition
This class is a concrete implementation of a transition effect that makes zoom and slide transition.
Inherited Members
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SlideAndZoomTransition : ShaderTransitionProvider
Constructors
SlideAndZoomTransition()
Initializes a new instance of the SlideAndZoomTransition class.
Declaration
public SlideAndZoomTransition()
Properties
MinAlpha
Gets or sets the minimum alpha to be applied.
Declaration
public double MinAlpha { get; set; }
Property Value
System.Double
|
MinZoom
Gets or sets the minimum zoom to be applied when zooming out.
Declaration
public double MinZoom { get; set; }
Property Value
System.Double
|
SlideDirection
Gets or sets the slide direction.
Declaration
public FlowDirection SlideDirection { get; set; }
Property Value
System.Windows.FlowDirection
|
StartSlideAt
Gets or sets the starting progress of the slide effect.
Declaration
public double StartSlideAt { get; set; }
Property Value
System.Double
|
Methods
CreateFallBackTransition()
Creates a new Transition with the current settings.
Declaration
protected override Transition CreateFallBackTransition()
Returns
Transition
A new instance of the Transition class. |
Overrides
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
protected override TransitionEffect CreateTransitionEffect()
Returns
TransitionEffect
A new instance of the TransitionEffect class. |