GrabHandle.ShapeSide Enumeration
The grab handle location
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Enumeration ShapeSide
public enum ShapeSide
public enum class ShapeSide
type ShapeSide
public enum ShapeSide
Members
Member name | Description | |
---|---|---|
Bottom | Grab handle at the bottom of the shape. | |
BottomLeft | Grab handle at the bottom-left of the shape. | |
BottomRight | Grab handle at the bottom-right of the shape. | |
Invalid | Invalid grab handle. | |
Left | Grab handle at the left of the shape. | |
Right | Grab handle at the right of the shape. | |
Top | Grab handle at the top of the shape. | |
TopLeft | Grab handle at the top-left of the shape. | |
TopRight | Grab handle at the top-right of the shape. |