Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The grab handle location
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Enumeration ShapeSide
public enum ShapeSide
public enum class ShapeSide
type ShapeSide
public enum ShapeSide
Members
| Member name | Description | |
|---|---|---|
| Invalid | Invalid grab handle. | |
| Top | Grab handle at the top of the shape. | |
| TopRight | Grab handle at the top-right of the shape. | |
| Right | Grab handle at the right of the shape. | |
| BottomRight | Grab handle at the bottom-right of the shape. | |
| Bottom | Grab handle at the bottom of the shape. | |
| BottomLeft | Grab handle at the bottom-left of the shape. | |
| Left | Grab handle at the left of the shape. | |
| TopLeft | Grab handle at the top-left of the shape. |