Enum SplitterOrientation
Specifies the orientation of the splitter.
Namespace: PoeShared.Blazor.Controls.Splitter
Assembly: PoeShared.Blazor.Controls.dll
Syntax
public enum SplitterOrientation
Fields
| Name | Description |
|---|---|
| Horizontal | The splitter is oriented horizontally. |
| Vertical | The splitter is oriented vertically. |