Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest