Class SplitterOrientation
The orientation of the splitter.
Inheritance
System.Object
SplitterOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SplitterOrientation : Enum
Fields
Horizontal
Specifies horizontal orientation (the space will be split up horizontally so you will have vertical splitbars).
Declaration
public const SplitterOrientation Horizontal
Field Value
SplitterOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Specifies vertical orientation (the space will be split up vertically so you will have horizontal splitbars).
Declaration
public const SplitterOrientation Vertical
Field Value
SplitterOrientation
|