Class
PixelateTransition

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
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Pixelate", Justification = "Pixelate is an effect name.")]
public class PixelateTransition : ShaderTransitionProvider

Inheritance: objectTransitionProviderShaderTransitionProviderPixelateTransition

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

Constructors

PixelateTransition()

Initializes a new instance of the PixelateTransition class.

Declaration

cs-api-definition
public PixelateTransition()

Properties

IsPixelLED

Gets or sets the Blur ratio for ingoing image.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "LED", Justification = "LED (LightEmittingDiod) is commonly used abbreviature.")]
public bool IsPixelLED { get; set; }

Property Value

bool

MinimumPixels

Gets or sets the Center point of the motion blur.

Declaration

cs-api-definition
public int MinimumPixels { get; set; }

Property Value

int

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()