csharp
public enum DockZoneWhere a panel dropped on a group ends up.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
CenterAs another tab of the group it was dropped on.
LeftIn a new group to its left.
RightTo its right.
TopAbove it.
BottomBelow it.
Used by (6)
- EditorShellSceneVixen.Benchmarks.Ui
- DockLayoutVixen.Ui.Controls.Advanced
- DockReorderTestsVixen.Ui.Controls.Advanced.Tests
- DockingHostVixen.Ui.Controls.Advanced
- DockingTestsVixen.Ui.Controls.Advanced.Tests
- DockingWindowTestsVixen.Ui.Controls.Advanced.Tests