ResizeGripDirection Enum

Definition

Specifies constants that indicate the direction of the resize grip behavior on an input element.

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

Fields

Bottom 6

The window resizes from its bottom edge.

BottomLeft 7

The window resizes from its bottom-left corner.

BottomRight 5

The window resizes from its bottom-right corner.

Left 8

The windows resizes from its left edge.

None 0

No resize behavior is specified.

Right 4

The window resizes from its right edge.

Top 2

The window resizes from its top edge.

TopLeft 1

The window resizes from its top-left corner.

TopRight 3

The window resizes from its top-right corner.

Remarks

This enumeration is used by the WindowChrome.ResizeGripDirection attached property.

Applies to