EnumWindowStartupLocation
Enum
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
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.
Manual
The startup location of a RadWindow is set from code.