WindowStartupLocation Enumeration (System.Windows)

Switch View :
ScriptFree
.NET Framework Class Library
WindowStartupLocation Enumeration

Specifies the position that a Window will be shown in when it is first opened. Used by the Window.WindowStartupLocation property.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
Syntax

Visual Basic
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Enumeration WindowStartupLocation
C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public enum WindowStartupLocation
Visual C++
[LocalizabilityAttribute(LocalizationCategory::None, Readability = Readability::Unreadable)]
public enum class WindowStartupLocation
F#
[<LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)>]
type WindowStartupLocation
XAML Attribute Usage
<object property="enumerationMemberName" .../>
Members

Member name Description
Manual The startup location of a Window is set from code, or defers to the default Windows location.
CenterScreen The startup location of a Window is the center of the screen that contains the mouse cursor.
CenterOwner The startup location of a Window is the center of the Window that owns it, as specified by the Window.Owner property.
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference