DockTreeClientOverlay Class

DevZest WPF Docking

DockTreeClientOverlay Class
Displays the overlay (docking guide and preview) of DockTreeClient.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              DevZest.Windows.Docking.PrimitivesDockTreeClientOverlay

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class DockTreeClientOverlay : Control
Public Class DockTreeClientOverlay
	Inherits Control

The DockTreeClientOverlay type exposes the following members.

Constructors
  NameDescription
Public methodDockTreeClientOverlay
Initializes a new instance of the DockTreeClientOverlay class
Top
Properties
  NameDescription
Public propertyBottomSplitterHeight
Gets the height of bottom splitter.
Public propertyBottomTreeHeight
Gets the height of bottom DockTree.
Public propertyIsBottomGuideVisible
Gets a valud indicates whether bottom docking guide is visible.
Public propertyIsDocumentGuideVisible
Gets a valud indicates whether document docking guide is visible.
Public propertyIsLeftGuideVisible
Gets a valud indicates whether left docking guide is visible.
Public propertyIsRightGuideVisible
Gets a valud indicates whether right docking guide is visible.
Public propertyIsTopGuideVisible
Gets a valud indicates whether top docking guide is visible.
Public propertyLeftSplitterWidth
Gets the width of left splitter.
Public propertyLeftTreeWidth
Gets the width of left DockTree.
Public propertyRightSplitterWidth
Gets the width of right splitter.
Public propertyRightTreeWidth
Gets the width of right DockTree.
Public propertySplitterSize
Gets or sets the size of the splitter, in device-independent units (1/96th inch per unit). This is a dependency property.
Public propertyTopSplitterHeight
Gets the height of top splitter.
Public propertyTopTreeHeight
Gets the height of top DockTree.
Top
Fields
  NameDescription
Public fieldStatic memberBottomSplitterHeightProperty
Identifies the BottomSplitterHeight dependency property.
Public fieldStatic memberBottomTreeHeightProperty
Identifies the BottomTreeHeight dependency property.
Public fieldStatic memberIsBottomGuideVisibleProperty
Identifies the IsBottomGuideVisible dependency property.
Public fieldStatic memberIsDocumentGuideVisibleProperty
Identifies the IsDocumentGuideVisible dependency property.
Public fieldStatic memberIsLeftGuideVisibleProperty
Identifies the IsLeftGuideVisible dependency property.
Public fieldStatic memberIsRightGuideVisibleProperty
Identifies the IsRightGuideVisible dependency property.
Public fieldStatic memberIsTopGuideVisibleProperty
Identifies the IsTopGuideVisible dependency property.
Public fieldStatic memberLeftSplitterWidthProperty
Identifies the LeftSplitterWidth dependency property.
Public fieldStatic memberLeftTreeWidthProperty
Identifies the LeftTreeWidth dependency property.
Public fieldStatic memberRightSplitterWidthProperty
Identifies the RightSplitterWidth dependency property.
Public fieldStatic memberRightTreeWidthProperty
Identifies the RightTreeWidth dependency property.
Public fieldStatic memberSplitterSizeProperty
Identifies the SplitterSize dependency property.
Public fieldStatic memberTopSplitterHeightProperty
Identifies the TopSplitterHeight dependency property.
Public fieldStatic memberTopTreeHeightProperty
Identifies the TopTreeHeight dependency property.
Top
Remarks
DockTreeClientOverlay is used inside the control template of DockTreeClient.
See Also