Class
LayoutClipTransition

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:

cs-api-definition
public class LayoutClipTransition : TransitionProvider

Inheritance: objectTransitionProviderLayoutClipTransition

Constructors

LayoutClipTransition()

Declaration

cs-api-definition
public LayoutClipTransition()

Properties

Orientation

Gets or Sets the orientation of the clipping animation.

Declaration

cs-api-definition
public Orientation Orientation { get; set; }

Property Value

Orientation

Methods

CreateTransition(TransitionContext)

Creates a new Transition with the current settings.

Declaration

cs-api-definition
public override Transition CreateTransition(TransitionContext context)

Parameters

context

TransitionContext

The state of the scene to animate.

Returns

Transition

The Transition.

Overrides TransitionProvider.CreateTransition(TransitionContext)