Orientation
Specifies orientation of the dock (horizontal or vertical).
razor
[Parameter] public Orientation Orientation { get; set; } = Orientation.Horizontal;
ToolsPanel components will be stacked in this orientation. Specifies orientation of the dock (horizontal or vertical).
[Parameter] public Orientation Orientation { get; set; } = Orientation.Horizontal;
ToolsPanel components will be stacked in this orientation.