Represents a Slide and zoom transition.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class SlideAndZoomCLRTransition : ClrTransition
Inheritance: objectTransitionClrTransitionSlideAndZoomCLRTransition
Inherited Members
Constructors
Initializes a new instance of the SlideAndZoomCLRTransition class.
C#
public SlideAndZoomCLRTransition(SlideAndZoomTransition provider)
The provider that created the instance.
Methods
This method is called when the Transition is cleaned-up. When overridden it should do some custom clean-up task for the transition.
C#
protected override void AnimationCompletedOverride()
Overrides:
This method is called when the progress of the transition is changed. When overridden it should take care of moving the transition.
This method is called when the Transition is initialized. When overridden it should do some custom initialization task for the transition.
C#
protected override void StartAnimationOverride()
Overrides: