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