PreviewOverlay Class

DevZest WPF Docking

PreviewOverlay Class
Displays the preview overlay.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              DevZest.Windows.Docking.PrimitivesPreviewOverlay

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

The PreviewOverlay type exposes the following members.

Constructors
  NameDescription
Public methodPreviewOverlay
Initializes a new instance of the PreviewOverlay class
Top
See Also