Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ChildWindow Class / WindowStartupLocation Property


In This Topic
    WindowStartupLocation Property
    In This Topic
    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