Click or drag to resize
weroSoft AG, Software
ViewModelDockPosition Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible docking positions for a document workspace.

Namespace:  WeroSoft.Triton.Desktop.ViewModels
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ViewModelDockPosition
Members
  Member nameValueDescription
PanelLeft0 The workspace is docked on the left hand side.
PanelRight1 The workspace is docked on the right hand side.
PanelTop2 The workspace is docked on the top of the window.
PanelBottom3 The workspace is docked on the bottom of the window.
TabbedItem4 The workspace is docked as a tabbed item.
See Also