WindowControl.GetHotspot Method

DevZest WPF Docking

WindowControlGetHotspot Method
Gets the value of Hotspot attached property for a given DependencyObject.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static WindowHotspot GetHotspot(
	DependencyObject element
)
Public Shared Function GetHotspot ( 
	element As DependencyObject
) As WindowHotspot

Parameters

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

Return Value

Type: WindowHotspot
The value of Hotspot attached property.
See Also