PaneSplit enum
Namespace: Arlecchino.Layout · Assembly: Arlecchino
Which way a branch cuts the space it was given.
public enum PaneSplit : byte
Fields
| Name | Value | Summary |
|---|---|---|
Rows | 0 | Top from bottom; the first half is the upper one. |
Columns | 1 | Left from right; the first half is the left one. |