ClassMotionBlurredZoomTransition
Class
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 MotionBlurredZoomTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderMotionBlurredZoomTransition
Inherited Members
Constructors
MotionBlurredZoomTransition()
Initializes a new instance of the MotionBlurredZoomTransition class.
Declaration
cs-api-definition
public MotionBlurredZoomTransition()
Properties
Center
Gets or sets the Center point of the motion blur.
Declaration
cs-api-definition
public Point Center { get; set; }
Property Value
Point
InBlurRatio
Gets or sets the Blur ratio for ingoing image.
OutBlurRatio
Gets or sets the Blur ratio for outgoing image.
Methods
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
cs-api-definition
protected override TransitionEffect CreateTransitionEffect()
Returns
A new instance of the TransitionEffect class.
Overrides