ClassSlideAndZoomCLRTransition
Represents a Slide and zoom transition.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "CLR")]
public class SlideAndZoomCLRTransition : ClrTransition
Inheritance: objectTransitionClrTransitionSlideAndZoomCLRTransition
Inherited Members
Constructors
SlideAndZoomCLRTransition(SlideAndZoomTransition)
Initializes a new instance of the SlideAndZoomCLRTransition class.
Declaration
public SlideAndZoomCLRTransition(SlideAndZoomTransition provider)
Parameters
provider
The provider that created the instance.
Methods
AnimationCompletedOverride()
This method is called when the Transition is cleaned-up. When overridden it should do some custom clean-up task for the transition.
Declaration
protected override void AnimationCompletedOverride()
Overrides
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.
StartAnimationOverride()
This method is called when the Transition is initialized. When overridden it should do some custom initialization task for the transition.
Declaration
protected override void StartAnimationOverride()
Overrides