Applies the layout to the specified subset of items from the specified Diagram instance and animates items moving to their new positions.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public virtual bool ArrangeAnimated ( |
Visual Basic Copy Code |
---|
Public Overridable Function ArrangeAnimated( _ |
The Diagram that should be arranged.
An integer, specifying the duration of the animation in milliseconds.
A member of the AnimationType enumeration, specifying the animation type to use.
A member of the EasingType enumeration, specifying the type of easing function to apply to the animation.
true if the diagram has been arranged successfully; otherwise, false.