Click or drag to resize

TaskDialog.CenterParent Property

Gets or sets a value that indicates whether the dialog is centered in the parent window instead of the screen.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CenterParent { get; set; }

Property Value

Type: Boolean
true when the dialog is centered relative to the parent window; false when it is centered on the screen. The default value is false.
See Also