Class MotionBlurredZoomTransition
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 MotionBlurredZoomTransition : ShaderTransitionProvider
Constructors
MotionBlurredZoomTransition()
Initializes a new instance of the MotionBlurredZoomTransition class.
Declaration
public MotionBlurredZoomTransition()
Properties
Center
Gets or sets the Center point of the motion blur.
Declaration
public Point Center { get; set; }
Property Value
System.Windows.Point
|
InBlurRatio
Gets or sets the Blur ratio for ingoing image.
Declaration
public double InBlurRatio { get; set; }
Property Value
System.Double
|
OutBlurRatio
Gets or sets the Blur ratio for outgoing image.
Declaration
public double OutBlurRatio { get; set; }
Property Value
System.Double
|
Samples
Blur sampling (should be int).
Declaration
public double Samples { get; set; }
Property Value
System.Double
|
Methods
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
protected override TransitionEffect CreateTransitionEffect()
Returns
TransitionEffect
A new instance of the TransitionEffect class. |