Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WindowResizeEdge Enumeration

Silverlight

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)

public enum WindowResizeEdge

Member nameDescription
LeftThe left edge of the window.
RightThe right edge of the window.
TopThe upper edge of the window.
TopLeftThe upper-left corner of the window.
TopRightThe upper-right corner of the window.
BottomThe lower edge of the window.
BottomLeftThe lower-left corner of the window.
BottomRightThe lower-right corner of the window.

This enumeration is used by the Window.DragResize method.

Silverlight

Supported in: 5, 4

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

Community Additions

Show:
© 2017 Microsoft