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:
public class MappedLightTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderMappedLightTransition
Inherited Members
Constructors
Initializes a new instance of the MappedLightTransition class.
public MappedLightTransition()
Properties
Color
Color
Sets the Color of the burning effect.
public Color Color { get; set; }
Sets the "overburn" value. Default value is 1. 0 sets no "overburn" and the transition looks like fade effect. Greater than 4 goes white on most images.
public double OverBurn { get; set; }
ProgressMap
Brush
A map that indicates the order of the progress of the pixels. White areas of the map transition before.
public Brush ProgressMap { get; set; }
Determines how fast will happen the transition of each separate pixel. Default is 1. 0 will swap the old colors with the new without transition. High values will make the transition ignore the ProgressMap. Best used with values in range 0.1 to 1.
public double WaveLength { get; set; }
Methods
Creates a new TransitionEffect with the current settings.
protected override TransitionEffect CreateTransitionEffect()
A new instance of the TransitionEffect class.
Overrides: