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

Animate the layout so it looks like the old content is clipped and than the new content is than revealed.

Definition

Namespace:Telerik.Windows.Controls.TransitionEffects

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class LayoutClipTransition : TransitionProvider

Inheritance: objectTransitionProviderLayoutClipTransition

Constructors

C#
public LayoutClipTransition()

Properties

Orientation

Orientation

Gets or Sets the orientation of the clipping animation.

C#
public Orientation Orientation { get; set; }

Methods

Creates a new Transition with the current settings.

C#
public override Transition CreateTransition(TransitionContext context)
Parameters:contextTransitionContext

The state of the scene to animate.

Returns:

Transition

The Transition.

Overrides: TransitionProvider.CreateTransition(TransitionContext)