Click or drag to resize

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.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
when the dialog is centered relative to the parent window; when it is centered on the screen. The default value is .
See Also