Skip to content

SplitterOrientation

Namespace: Hex1b.Layout

Assembly: Hex1b.dll

Specifies the orientation of a splitter.

csharp
public enum SplitterOrientation

Fields

Horizontal

The splitter divides content horizontally (left and right panes).

Returns: SplitterOrientation

csharp
Horizontal = 0

Vertical

The splitter divides content vertically (top and bottom panes).

Returns: SplitterOrientation

csharp
Vertical = 1

Released under the MIT License.