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