| TaskDialogWidth Property |
Specifies the width of the task dialog's client area in DLU's.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
property int Width {
int get ();
void set (int value);
}
member Width : int with get, set
Property Value
Type:
Int32
The width of the task dialog's client area in DLU's, or 0 to have the task dialog calculate the ideal width.
The default value is 0.
See Also