GrabHandle.ShapeSide 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.
The grab handle location
public: enum class GrabHandle::ShapeSide
public enum GrabHandle.ShapeSide
type GrabHandle.ShapeSide =
Public Enum GrabHandle.ShapeSide
- Inheritance
-
GrabHandle.ShapeSide
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | Invalid grab handle. |
Top | 0 | Grab handle at the top of the shape. |
TopRight | 1 | Grab handle at the top-right of the shape. |
Right | 2 | Grab handle at the right of the shape. |
BottomRight | 3 | Grab handle at the bottom-right of the shape. |
Bottom | 4 | Grab handle at the bottom of the shape. |
BottomLeft | 5 | Grab handle at the bottom-left of the shape. |
Left | 6 | Grab handle at the left of the shape. |
TopLeft | 7 | Grab handle at the top-left of the shape. |