DockTreeClientOverlay Properties

DevZest WPF Docking

DockTreeClientOverlay Properties

The DockTreeClientOverlay type exposes the following members.

Properties
  Name Description
Public property BottomSplitterHeight
Gets the height of bottom splitter.
Public property BottomTreeHeight
Gets the height of bottom DockTree.
Public property IsBottomGuideVisible
Gets a valud indicates whether bottom docking guide is visible.
Public property IsDocumentGuideVisible
Gets a valud indicates whether document docking guide is visible.
Public property IsLeftGuideVisible
Gets a valud indicates whether left docking guide is visible.
Public property IsRightGuideVisible
Gets a valud indicates whether right docking guide is visible.
Public property IsTopGuideVisible
Gets a valud indicates whether top docking guide is visible.
Public property LeftSplitterWidth
Gets the width of left splitter.
Public property LeftTreeWidth
Gets the width of left DockTree.
Public property RightSplitterWidth
Gets the width of right splitter.
Public property RightTreeWidth
Gets the width of right DockTree.
Public property SplitterSize
Gets or sets the size of the splitter, in device-independent units (1/96th inch per unit). This is a dependency property.
Public property TopSplitterHeight
Gets the height of top splitter.
Public property TopTreeHeight
Gets the height of top DockTree.
Top
See Also