WindowResizeEdge Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Defines constants that represent the edges and corners of a Silverlight out-of-browser application window.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Enumeration WindowResizeEdge
public enum WindowResizeEdge

Members

Member name Description
Left The left edge of the window.
Right The right edge of the window.
Top The upper edge of the window.
TopLeft The upper-left corner of the window.
TopRight The upper-right corner of the window.
Bottom The lower edge of the window.
BottomLeft The lower-left corner of the window.
BottomRight The lower-right corner of the window.

Remarks

This enumeration is used by the Window.DragResize method.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.