NotificationIcon Property |
Note: This API is now obsolete.
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; }
<ObsoleteAttribute("Since 2.4, use ContentImage instead")>
Public Property Icon As Icon
Get
Set
[<ObsoleteAttribute("Since 2.4, use ContentImage instead")>]
member Icon : Icon with get, set
Property Value
Type:
IconThe icon of the
Notification.
Remarks
Currently does nothing on WPF and WinForms.
See Also