Orientation specifier.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum LayoutOrientation |
| Visual Basic |
|---|
Public Enumeration LayoutOrientation |
Members
| Member name | Description | ||
|---|---|---|---|
| TopToBottom | 0 | Orientation specifier. Layout will be oriented from top to bottom, which is the default for all layout algorithms. | |
| LeftToRight | 1 | Orientation specifier. Layout will be from left to right, which means that the layout will be rotated by 90 degrees counterclockwise | |
| RightToLeft | 3 | Orientation specifier. Layout will be from right to left, which means that the layout will be rotated by 90 degrees clockwise | |
| BottomToTop | 2 | Orientation specifier. Layout will be from bottom to top, which means that the layout will be flipped along the x axis. |