Skip to main content
A newer version of this page is available. .

WinMessageOptions.ImageOptions Property

Returns the object to customize an image of a notification the ToastNotification or AlertControl displays in a WinForms application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ImageOptions ImageOptions { get; }

Property Value

Type Description
DevExpress.Utils.ImageOptions

An ImageOptions object that provides options to customize an image of a notification the ToastNotification or AlertControl displays in a WinForms application.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageOptions
MessageOptions
.Win.ImageOptions

Remarks

Use the following ImageOptions‘ properties to change and customize a notification’s image:

Property

Description

Image

Specifies a raster image for a notification

SvgImage

Specifies an SVG image for a notification

SvgImageSize

Specifies the size of an SVG image specified in the SvgImage property

The Text Notifications topic demonstrates how to use the ImageOptions property.

See Also