DockTreeClientOverlay.IsLeftGuideVisible Property

DevZest WPF Docking

DockTreeClientOverlayIsLeftGuideVisible Property
Gets a valud indicates whether left 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 IsLeftGuideVisible { get; }
Public ReadOnly Property IsLeftGuideVisible As Boolean
	Get

Property Value

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