Enum WindowStartupLocation
Defines constants that indicate how an out-of-browser application window is positioned at startup.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum WindowStartupLocation
Fields
| Name | Description |
|---|---|
| CenterScreen | The application window is centered in the screen, and the Top and Left settings are ignored. |
| Manual | The application window is positioned according to the Top and Left settings. |