Class PixelateTransition
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 PixelateTransition : ShaderTransitionProvider
Constructors
PixelateTransition()
Initializes a new instance of the PixelateTransition class.
Declaration
public PixelateTransition()
Properties
IsPixelLED
Gets or sets the Blur ratio for ingoing image.
Declaration
public bool IsPixelLED { get; set; }
Property Value
System.Boolean
|
MinimumPixels
Gets or sets the Center point of the motion blur.
Declaration
public int MinimumPixels { get; set; }
Property Value
System.Int32
|
Methods
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
protected override TransitionEffect CreateTransitionEffect()
Returns
TransitionEffect
A new instance of the TransitionEffect class. |