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
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
The WindowViewbox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WindowViewbox | Initializes a new instance of the WindowViewbox class |
Remarks
This class is used in the control template of WindowSwitcher class to
preview selected window.
See Also