DevZest WPF Docking
WindowControlSetHotspot Method |
Sets the value of Hotspot attached property for a given dependency object.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static void SetHotspot( DependencyObject element, WindowHotspot value )
Public Shared Sub SetHotspot ( element As DependencyObject, value As WindowHotspot )
Parameters
- element
- Type: System.WindowsDependencyObject
The element to which the property value is written. - value
- Type: DevZest.WindowsWindowHotspot
The value of Hotspot attached property.
See Also