DockManager.GetShowsRightGuide Method

DevZest WPF Docking

DockManagerGetShowsRightGuide Method
Gets the value of ShowsRightGuide attached property from a given DockControl.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static bool GetShowsRightGuide(
	DockControl dockControl
)
Public Shared Function GetShowsRightGuide ( 
	dockControl As DockControl
) As Boolean

Parameters

dockControl
Type: DevZest.Windows.DockingDockControl
The DockControl from which to read the property value.

Return Value

Type: Boolean
The value of ShowsRightGuide attached property.
See Also