E3DWindowStartupLocation Enumeration |
Represents the startup location of an
IWindow
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntaxpublic enum E3DWindowStartupLocation
Members|
| Member name | Value | Description |
|---|
| Manual | 0 |
The startup location of the window is set from code, or defers to
the default Windows location.
|
| CenterScreen | 1 |
The startup location of the window is the center of the screen that
contains the mouse cursor.
|
| CenterOwner | 2 |
The startup location of the Window is the center of the Window
that owns it, as specified by the Window.Owner property.
|
See Also