DockTreeClientOverlay.IsRightGuideVisible Property

DevZest WPF Docking

DockTreeClientOverlayIsRightGuideVisible Property
Gets a valud indicates whether right 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 IsRightGuideVisible { get; }
Public ReadOnly Property IsRightGuideVisible As Boolean
	Get

Property Value

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