LayoutClipTransition
Class
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)
The state of the scene to animate.
Returns:The Transition.
Overrides: