Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |