Overlay.IsFloatingWindowPreview Property

DevZest WPF Docking

OverlayIsFloatingWindowPreview Property
Gets or sets the value indicates whether the overlay is floating window preview.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool IsFloatingWindowPreview { get; set; }
Public Property IsFloatingWindowPreview As Boolean
	Get
	Set

Property Value

Type: Boolean
if this overlay is floating window preview, otherwise .
See Also