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