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)
| 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. |
This enumeration is used by the Window.DragResize method.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.