Click or drag to resize

NotificationIcon Property

Note: This API is now obsolete.

Gets or sets the icon for the Notification.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4, use ContentImage instead")]
public Icon Icon { get; set; }

Property Value

Type: Icon
The icon of the Notification.
Remarks
Currently does nothing on WPF and WinForms.
See Also