Enum FloatingWindowStrategy
Specifies how the FloatingWindow is hosted.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking.dll
Syntax
public enum FloatingWindowStrategy
Fields
| Name | Description |
|---|---|
| Native | The FloatingWindow is hosted in a native window. |
| Unknown | The DockManager is not enabled or DockControl is not initialized yet. |
| Wpf | The FloatingWindow is hosted on the adorner of DockControl. |