Vixen
dd8b0a81
csharp
public enum DockZone

Where 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)

  • Center

    As another tab of the group it was dropped on.

  • Left

    In a new group to its left.

  • Right

    To its right.

  • Top

    Above it.

  • Bottom

    Below 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