ClassFadeClrTransition
Class
This class represents a transition between two visual. The transition fades between the two visuals.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class FadeClrTransition : ClrTransition
Inheritance: objectTransitionClrTransitionFadeClrTransition
Inherited Members
Constructors
FadeClrTransition()
Declaration
cs-api-definition
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.