WindowHotspot Enumeration

DevZest WPF Docking

WindowHotspot Enumeration
Specifies values for Hotspot attached property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public enum WindowHotspot
Public Enumeration WindowHotspot
Members
  Member nameValueDescription
None0The given dependency object is not a hotspot.
Move1The given dependency object is hotspot to move the window.
ResizeTop2The given dependency object is hotspot to resize the top edge of the window.
ResizeBottom3The given dependency object is hotspot to resize the bottom edge of the window.
ResizeLeft4The given dependency object is hotspot to resize the left edge of the window.
ResizeRight5The given dependency object is hotspot to resize the right edge of the window.
ResizeLeftTop6The given dependency object is hotspot to resize the left top edge of the window.
ResizeRightTop7The given dependency object is hotspot to resize the right top edge of the window.
ResizeLeftBottom8The given dependency object is hotspot to resize the left bottom edge of the window.
ResizeRightBottom9The given dependency object is hotspot to resize the right bottom edge of the window.
See Also