ResizeGripDirection Enumeration

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

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Enumeration ResizeGripDirection
public enum ResizeGripDirection
public enum class ResizeGripDirection
type ResizeGripDirection
public enum ResizeGripDirection

Members

Member name Description
None No resize behavior is specified.
TopLeft The window resizes from its top-left corner.
Top The window resizes from its top edge.
TopRight The window resizes from its top-right corner.
Right The window resizes from its right edge.
BottomRight The window resizes from its bottom-right corner.
Bottom The window resizes from its bottom edge.
BottomLeft The window resizes from its bottom-left corner.
Left The windows resizes from its left edge.

Remarks

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

See Also

Reference

Microsoft.Windows.Shell Namespace