Click or drag to resize

E3DWindowStartupLocation Enumeration

Represents the startup location of an IWindow

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
public enum E3DWindowStartupLocation
Members
  Member nameValueDescription
Manual0 The startup location of the window is set from code, or defers to the default Windows location.
CenterScreen1 The startup location of the window is the center of the screen that contains the mouse cursor.
CenterOwner2 The startup location of the Window is the center of the Window that owns it, as specified by the Window.Owner property.
See Also