New to Telerik UI for WPFStart a free 30-day trial

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 MotionBlurredZoomTransition : ShaderTransitionProvider

Inheritance: objectTransitionProviderShaderTransitionProviderMotionBlurredZoomTransition

Inherited Members ShaderTransitionProvider.CreateFallBackTransition()ShaderTransitionProvider.CreateTransition(TransitionContext)ShaderTransitionProvider.LayoutAnimation

Constructors

Initializes a new instance of the MotionBlurredZoomTransition class.

C#
public MotionBlurredZoomTransition()

Properties

Center

Point

Gets or sets the Center point of the motion blur.

C#
public Point Center { get; set; }

Gets or sets the Blur ratio for ingoing image.

C#
public double InBlurRatio { get; set; }

Gets or sets the Blur ratio for outgoing image.

C#
public double OutBlurRatio { get; set; }

Blur sampling (should be int).

C#
public double Samples { get; set; }

Methods

Creates a new TransitionEffect with the current settings.

C#
protected override TransitionEffect CreateTransitionEffect()
Returns:

TransitionEffect

A new instance of the TransitionEffect class.

Overrides: ShaderTransitionProvider.CreateTransitionEffect()