Class
MotionBlurredZoomTransition

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 ShaderTransitionProvider.CreateFallBackTransition()ShaderTransitionProvider.CreateTransition(TransitionContext)ShaderTransitionProvider.LayoutAnimation

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.

Declaration

cs-api-definition
public double InBlurRatio { get; set; }

Property Value

double

OutBlurRatio

Gets or sets the Blur ratio for outgoing image.

Declaration

cs-api-definition
public double OutBlurRatio { get; set; }

Property Value

double

Samples

Blur sampling (should be int).

Declaration

cs-api-definition
public double Samples { get; set; }

Property Value

double

Methods

CreateTransitionEffect()

Creates a new TransitionEffect with the current settings.

Declaration

cs-api-definition
protected override TransitionEffect CreateTransitionEffect()

Returns

TransitionEffect

A new instance of the TransitionEffect class.

Overrides ShaderTransitionProvider.CreateTransitionEffect()