DockManager.FloatingWindowStrategy Attached Property

DevZest WPF Docking

DockManagerFloatingWindowStrategy Attached Property
Gets the value indicates how FloatingWindow objects are displayed for a given DockControl.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
See GetFloatingWindowStrategy
See GetFloatingWindowStrategy

Property Value

Type: FloatingWindowStrategy
The FloatingWindowStrategy value indicates how FloatingWindow objects are displayed.
Remarks
DockManager class handles how FloatingWindow objects are displayed. When running under partial trust, WpfFloatingWindow will be used; otherwise NativeFloatingWindow will be used.
See Also