Defines in which directions automatic resizing can enlarge the diagram scrollable area.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
AllDirections |
Enlarge the diagram area in any direction if an item is moved outside the boundaries. |
|
None |
Do not enlarge the diagram area automatically. |
|
RightAndDown |
Enlarge the diagram area to the right and down if an item is moved outside the boundaries in these directions. |
Members of this enumeration can be assigned to the autoResize property of Diagram.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |