ResizeGripDirection Enumeration
.NET Framework (current version)
Specifies constants that indicate the direction of the resize grip behavior on an input element.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Bottom | The window resizes from its bottom edge. | |
| BottomLeft | The window resizes from its bottom-left corner. | |
| BottomRight | The window resizes from its bottom-right corner. | |
| Left | The windows resizes from its left edge. | |
| None | No resize behavior is specified. | |
| Right | The window resizes from its right edge. | |
| Top | The window resizes from its top edge. | |
| TopLeft | The window resizes from its top-left corner. | |
| TopRight | The window resizes from its top-right corner. |
This enumeration is used by the WindowChrome::ResizeGripDirection attached property.
.NET Framework
Available since 4.5
Available since 4.5
Show: