An enumeration that defines members for the possible startup locations of the RadTaskDialogForm.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum RadTaskDialogStartupLocation
Fields
The dialog is shown centered compared to its owner.
C#
CenterOwner = 1
The dialog is shown in the center of the screen.
C#
CenterScreen = 0