LayoutDirection enumeration
LayoutDirection enumeration
Used to set direction of layout.
The LayoutDirection type exposes the following members:
Fields
Field | Description |
---|---|
TOP_TO_BOTTOM | Places shape from top to bottom. It makes sense only when Flowchart style is chosen. |
BOTTOM_TO_TOP | Places shape from bottom to top. It makes sense only when Flowchart style is chosen. |
LEFT_TO_RIGHT | Places shape from left to right . It makes sense only when Flowchart style is chosen. |
RIGHT_TO_LEFT | Places shape from right to left. It makes sense only when Flowchart style is chosen. |
DOWN_THEN_RIGHT | Places shapes first to the down and then right. It makes sense only when CompactTree style is chosen. |
RIGHT_THEN_DOWN | Places shapes first to the right and then down. It makes sense only when CompactTree style is chosen. |
LEFT_THEN_DOWN | Places shapes first to the left and then down. It makes sense only when CompactTree style is chosen. |
DOWN_THEN_LEFT | Places shapes first to the down and then left. It makes sense only when CompactTree style is chosen. |
See Also
- module aspose.diagram.autolayout