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.
Defines direction values for ResizeGripDirectionProperty dependency property.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Enumeration WindowResizeGripDirection
public enum WindowResizeGripDirection
Members
| Member name | Description | |
|---|---|---|
| Left | The left of the window. | |
| Right | The right of the window. | |
| Top | The top of the window. | |
| Bottom | The bottom of the window. | |
| TopLeft | The top left of the window. | |
| TopRight | The top right of the window. | |
| BottomLeft | The bottom left of the window. | |
| BottomRight | The bottom right of the window. | |
| IsResizingLeft | Determines whether the specified resize direction affects the left of the resized element. | |
| IsResizingRight | Determines whether the specified resize direction affects the right of the resized element. | |
| IsResizingTop | Determines whether the specified resize direction affects the top of the resized element. | |
| IsResizingBottom | Determines whether the specified resize direction affects the bottom of the resized element. | |
| IsResizingHorizontally | Determines whether the specified resize direction affects the horizontal width of the resized element. | |
| IsResizingVertically | Determines whether the specified resize direction affects the height of the resized element. |