ClassPixelateTransition
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 PixelateTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderPixelateTransition
Inherited Members
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.
MinimumPixels
Gets or sets the Center point of the motion blur.
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