ThemedMessageBoxParameters(ImageSource) Constructor
Initializes a new instance of the ThemedMessageBoxParameters class with specified settings.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | ImageSource | An image displayed in the ThemedMessageBox. |
Remarks
Refer to the following help topic for more information: ThemedMessageBox.
See Also