  | TaskDialogCenterParent Property  | 
 
            Gets or sets a value that indicates whether the dialog is centered in the parent window instead of the screen.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool CenterParent { get; set; }Public Property CenterParent As Boolean
	Get
	Set
public:
property bool CenterParent {
	bool get ();
	void set (bool value);
}member CenterParent : bool with get, set
Property Value
Type: 
Boolean when the dialog is centered relative to the parent window; 
 when it is centered on the screen.
            The default value is 
.
            
See Also