Class FadeClrTransition
This class represents a transition between two visual. The transition fades between the two visuals.
Inherited Members
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public class FadeClrTransition : ClrTransition
Constructors
FadeClrTransition()
Declaration
public FadeClrTransition()
Methods
OnProgressChanged(Double, Double)
This method is called when the progress of the transition is changed. When overridden it should take care of moving the transition.
Declaration
protected override void OnProgressChanged(double oldProgress, double newProgress)
Parameters
System.Double
oldProgress
The old progress of the transition. |
System.Double
newProgress
The new progress of the transition. |