WindowResizeGripDirection Enum

Definition

Direction values for WindowsResizeGrip's ResizeGripDirection dependency property

public enum class WindowResizeGripDirection
public enum class WindowResizeGripDirection
enum WindowResizeGripDirection
public enum WindowResizeGripDirection
type WindowResizeGripDirection = 
Public Enum WindowResizeGripDirection
Inheritance
WindowResizeGripDirection

Fields

Bottom 3

The bottom of the window.

BottomLeft 6

The bottom left of the window.

BottomRight 7

The bottom right of the window.

Left 0

The left of the window.

Right 1

The right of the window.

Top 2

The top of the window.

TopLeft 4

The top left of the window.

TopRight 5

The top right of the window.

Applies to