Enum Orientation
Represents the orientation of the SfSplitter component.
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Orientation
Fields
| Name | Description |
|---|---|
| Horizontal | Indicates a horizontal orientation, where panes are arranged side by side. |
| Vertical | Indicates a vertical orientation, where panes are arranged one above the other. |