Enum WindowResizeEdge
Defines constants that represent the edges and corners of a Silverlight out-of-browser application window.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum WindowResizeEdge
Fields
Name | Description |
---|---|
Bottom | The lower edge of the window. |
BottomLeft | The lower-left corner of the window. |
BottomRight | The lower-right corner of the window. |
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. |