Class LayoutClipTransition
Animate the layout so it looks like the old content is clipped and than the new content is than revealed.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public class LayoutClipTransition : TransitionProvider
Constructors
LayoutClipTransition()
Declaration
public LayoutClipTransition()
Properties
Orientation
Gets or Sets the orientation of the clipping animation.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Methods
CreateTransition(TransitionContext)
Creates a new Transition with the current settings.
Declaration
public override Transition CreateTransition(TransitionContext context)
Parameters
TransitionContext
context
The state of the scene to animate. |
Returns
Transition
The Transition. |