DevZest WPF Docking
DockTreeClientOverlayIsDocumentGuideVisible Property |
Gets a valud indicates whether document 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 IsDocumentGuideVisible { get; }
Public ReadOnly Property IsDocumentGuideVisible As Boolean Get
Property Value
Type: Booleanif document docking guide is visible, otherwise .
See Also