LayoutDirection Enumeration

Used to set direction of layout.

Namespace:  Aspose.Diagram.AutoLayout
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum LayoutDirection
Members
  Member nameValueDescription
TopToBottom0 Places shape from top to bottom. It makes sense only when Flowchart style is choosen.
BottomToTop1 Places shape from bottom to top. It makes sense only when Flowchart style is choosen.
LeftToRight2 Places shape from left to right . It makes sense only when Flowchart style is choosen.
RightToLeft3 Places shape from right to left. It makes sense only when Flowchart style is choosen.
DownThenRight4 Places shapes first to the down and then right. It makes sense only when CompactTree style is choosen.
RightThenDown5 Places shapes first to the right and then down. It makes sense only when CompactTree style is choosen.
LeftThenDown6 Places shapes first to the left and then down. It makes sense only when CompactTree style is choosen.
DownThenLeft7 Places shapes first to the down and then left. It makes sense only when CompactTree style is choosen.
See Also