| TaskDialogMainIcon Property |
Gets or sets the icon to display in the task dialog.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TaskDialogIcon MainIcon { get; set; }
Public Property MainIcon As TaskDialogIcon
Get
Set
public:
property TaskDialogIcon MainIcon {
TaskDialogIcon get ();
void set (TaskDialogIcon value);
}
member MainIcon : TaskDialogIcon with get, set
Property Value
Type:
TaskDialogIcon
A
TaskDialogIcon that indicates the icon to display in the main content area of the task dialog.
The default is
Custom.
Remarks See Also