Xceed Toolkit Plus for WPF v4.6 Documentation
WindowStartupLocation Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ChildWindow Class : WindowStartupLocation Property
Gets or sets the startup location of the ChildWindow.
Syntax
'Declaration
 
Public Property WindowStartupLocation As WindowStartupLocation
'Usage
 
Dim instance As ChildWindow
Dim value As WindowStartupLocation
 
instance.WindowStartupLocation = value
 
value = instance.WindowStartupLocation
public WindowStartupLocation WindowStartupLocation {get; set;}

Property Value

A WindowStartupLocation value indicating the startup location of the ChildWindow. Manual is the default value.

Remarks

Center: centers the ChildWindow within the parent container

Manual: uses the Left and Top properties to control the placement of the ChildWindow.

Requirements

Target Platforms: Windows 11, Windows 10, 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

See Also

Reference

ChildWindow Class
ChildWindow Members