ClassSlideAndZoomTransition
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:
public class SlideAndZoomTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderSlideAndZoomTransition
Inherited Members
Constructors
SlideAndZoomTransition()
Initializes a new instance of the SlideAndZoomTransition class.
Declaration
public SlideAndZoomTransition()
Properties
MinAlpha
Gets or sets the minimum alpha to be applied.
MinZoom
Gets or sets the minimum zoom to be applied when zooming out.
SlideDirection
Gets or sets the slide direction.
Declaration
public FlowDirection SlideDirection { get; set; }
Property Value
FlowDirection
StartSlideAt
Gets or sets the starting progress of the slide effect.
Methods
CreateFallBackTransition()
Creates a new Transition with the current settings.
Declaration
protected override Transition CreateFallBackTransition()
Returns
A new instance of the Transition class.
Overrides
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
protected override TransitionEffect CreateTransitionEffect()
Returns
A new instance of the TransitionEffect class.
Overrides