DevZest WPF Docking
FloatingWindowStrategy Enumeration |
Specifies how the FloatingWindow is hosted.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The DockManager is not enabled or DockControl is not initialized yet. | |
Native | 1 | The FloatingWindow is hosted in a native window. | |
Wpf | 2 | The FloatingWindow is hosted on the adorner of DockControl. |
See Also