DockManager.GetShowsGuide Method

DevZest WPF Docking

DockManagerGetShowsGuide Method
Gets the value of ShowsGuide attached property from a given element.

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 GetShowsGuide(
	DependencyObject element
)
Public Shared Function GetShowsGuide ( 
	element As DependencyObject
) As Boolean

Parameters

element
Type: System.WindowsDependencyObject
The element from which to read the property value.

Return Value

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