LayoutDirection
LayoutDirection enumeration
Used to set direction of layout.
public enum LayoutDirection
Values
Name | Value | Description |
---|---|---|
TopToBottom | 0 |
Places shape from top to bottom. It makes sense only when Flowchart style is chosen. |
BottomToTop | 1 |
Places shape from bottom to top. It makes sense only when Flowchart style is chosen. |
LeftToRight | 2 |
Places shape from left to right . It makes sense only when Flowchart style is chosen. |
RightToLeft | 3 |
Places shape from right to left. It makes sense only when Flowchart style is chosen. |
DownThenRight | 4 |
Places shapes first to the down and then right. It makes sense only when CompactTree style is chosen. |
RightThenDown | 5 |
Places shapes first to the right and then down. It makes sense only when CompactTree style is chosen. |
LeftThenDown | 6 |
Places shapes first to the left and then down. It makes sense only when CompactTree style is chosen. |
DownThenLeft | 7 |
Places shapes first to the down and then left. It makes sense only when CompactTree style is chosen. |
See Also
- namespace Aspose.Diagram.AutoLayout
- assembly Aspose.Diagram