WindowViewbox Class

DevZest WPF Docking

WindowViewbox Class
Defines a content decorator that can preview a window.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsDecorator
              DevZest.Windows.Docking.PrimitivesWindowViewbox

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

The WindowViewbox type exposes the following members.

Constructors
  NameDescription
Public methodWindowViewbox
Initializes a new instance of the WindowViewbox class
Top
Remarks
This class is used in the control template of WindowSwitcher class to preview selected window.
See Also