WindowResizeGripDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Direction values for WindowsResizeGrip's ResizeGripDirection dependency property
public enum class WindowResizeGripDirection
public enum class WindowResizeGripDirection
enum WindowResizeGripDirection
public enum WindowResizeGripDirection
type WindowResizeGripDirection =
Public Enum WindowResizeGripDirection
- Inheritance
-
WindowResizeGripDirection
Fields
Bottom | 3 | The bottom of the window. |
BottomLeft | 6 | The bottom left of the window. |
BottomRight | 7 | The bottom right of the window. |
Left | 0 | The left of the window. |
Right | 1 | The right of the window. |
Top | 2 | The top of the window. |
TopLeft | 4 | The top left of the window. |
TopRight | 5 | The top right of the window. |