DialogMessageIcon Property |
Gets or sets the icon for the message box.
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic MessageBoxImage Icon { get; set; }
Public Property Icon As MessageBoxImage
Get
Set
public:
property MessageBoxImage Icon {
MessageBoxImage get ();
void set (MessageBoxImage value);
}
member Icon : MessageBoxImage with get, set
Property Value
Type:
MessageBoxImage
See Also