New to Telerik UI for WPFStart a free 30-day trial

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 ClrTransition.ProgressPropertyClrTransition.ProgressTransition.NotifyAnimationCompleted()Transition.Context

Constructors

Initializes a new instance of the SlideAndZoomCLRTransition class.

C#
public SlideAndZoomCLRTransition(SlideAndZoomTransition provider)
Parameters:providerSlideAndZoomTransition

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: ClrTransition.AnimationCompletedOverride()

This method is called when the progress of the transition is changed. When overridden it should take care of moving the transition.

C#
protected override void OnProgressChanged(double oldProgress, double newProgress)
Parameters:oldProgressdouble

The old progress of the transition.

newProgressdouble

The new progress of the transition.

Overrides: ClrTransition.OnProgressChanged(double, double)

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: ClrTransition.StartAnimationOverride()