NotificationIHandlerContentImage Property |
Gets or sets the content image of the notification
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Image ContentImage { get; set; }
Property ContentImage As Image
Get
Set
abstract ContentImage : Image with get, set
Property Value
Type:
ImageRemarks
This is used to provide context to the user for what the notification is for.
See Also