Enum
WindowStartupLocation

Specifies the position in which RadWindow will be shown when first opened. Used by the RadWindow.WindowStartupLocation property.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum WindowStartupLocation

Fields

CenterOwner

The startup location of a Window is the center of its owner, as specified by the Window.Owner property.

Declaration

cs-api-definition
CenterOwner = 2

Field Value

WindowStartupLocation

2

Remarks

If the RadWindow doesn't have a owner, it will act as CenterScreen.

CenterScreen

The startup location of a RadWindow is the center of the screen.

Declaration

cs-api-definition
CenterScreen = 1

Field Value

WindowStartupLocation

1

Manual

The startup location of a RadWindow is set from code.

Declaration

cs-api-definition
Manual = 0

Field Value

WindowStartupLocation

0

In this article
DefinitionFieldsCenterOwnerCenterScreenManual
Not finding the help you need?
Contact Support