DockTreeClientOverlay.IsTopGuideVisible Property

DevZest WPF Docking

DockTreeClientOverlayIsTopGuideVisible Property
Gets a valud indicates whether top docking guide is visible.

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

Property Value

Type: Boolean
if top docking guide is visible, otherwise .
See Also