Enum
SplitterOrientation

The orientation of the splitter.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum SplitterOrientation

Fields

Horizontal

Specifies horizontal orientation (the space will be split up horizontally so you will have vertical splitbars).

Declaration

Horizontal = 0

Field Value

SplitterOrientation

Vertical

Specifies vertical orientation (the space will be split up vertically so you will have horizontal splitbars).

Declaration

Vertical = 1

Field Value

SplitterOrientation