TrayIndicatorImage Property |
Gets or sets the image to display in the tray
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Image Image { get; set; }
Public Property Image As Image
Get
Set
member Image : Image with get, set
Property Value
Type:
ImageThe image to display in the tray.
See Also