SplitterOrientation
Namespace: Hex1b.Layout
Assembly: Hex1b.dll
Specifies the orientation of a splitter.
csharp
public enum SplitterOrientationFields
Horizontal
The splitter divides content horizontally (left and right panes).
Returns: SplitterOrientation
csharp
Horizontal = 0Vertical
The splitter divides content vertically (top and bottom panes).
Returns: SplitterOrientation
csharp
Vertical = 1