GoHandleStyle Enumeration
In This Topic
Specifies the shape of the handle.
Syntax
Members
Member | Description |
Diamond | An appearance style for GoHandle |
Ellipse | An appearance style for GoHandle |
None | An appearance style for GoHandle |
Rectangle | An appearance style for GoHandle |
TriangleBottomLeft | An appearance style for GoHandle: a triangle with a point at the BottomLeft. |
TriangleBottomRight | An appearance style for GoHandle: a triangle with a point at the BottomRight. |
TriangleMiddleBottom | An appearance style for GoHandle: a triangle with a point at the MiddleBottom. |
TriangleMiddleLeft | An appearance style for GoHandle: a triangle with a point at the MiddleLeft. |
TriangleMiddleRight | An appearance style for GoHandle: a triangle with a point at the MiddleRight. |
TriangleMiddleTop | An appearance style for GoHandle: a triangle with a point at the MiddleTop. |
TriangleTopLeft | An appearance style for GoHandle: a triangle with a point at the TopLeft. |
TriangleTopRight | An appearance style for GoHandle: a triangle with a point at the TopRight. |
See Also