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
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | The given dependency object is not a hotspot. | |
Move | 1 | The given dependency object is hotspot to move the window. | |
ResizeTop | 2 | The given dependency object is hotspot to resize the top edge of the window. | |
ResizeBottom | 3 | The given dependency object is hotspot to resize the bottom edge of the window. | |
ResizeLeft | 4 | The given dependency object is hotspot to resize the left edge of the window. | |
ResizeRight | 5 | The given dependency object is hotspot to resize the right edge of the window. | |
ResizeLeftTop | 6 | The given dependency object is hotspot to resize the left top edge of the window. | |
ResizeRightTop | 7 | The given dependency object is hotspot to resize the right top edge of the window. | |
ResizeLeftBottom | 8 | The given dependency object is hotspot to resize the left bottom edge of the window. | |
ResizeRightBottom | 9 | The given dependency object is hotspot to resize the right bottom edge of the window. |
See Also