Class WindowStartupLocation
Specifies the position in which RadWindow will be shown when first opened. Used by the RadWindow.WindowStartupLocation property.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class WindowStartupLocation : Enum
Fields
CenterOwner
The startup location of a Window is the center of its owner, as specified by the Window.Owner property.
Declaration
public const WindowStartupLocation CenterOwner
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
public const WindowStartupLocation CenterScreen
Field Value
WindowStartupLocation
1 |
Manual
The startup location of a RadWindow is set from code.
Declaration
public const WindowStartupLocation Manual
Field Value
WindowStartupLocation
0 |
value__
Declaration
public int value__
Field Value
System.Int32
|