Click or drag to resize

CommandImage Property

Gets or sets the image for the menu or tool item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Image Image { get; set; }

Property Value

Type: Image
The image for menu or tool items.
Remarks
On some platforms, the menu bar does not show the image by default (e.g. OS X). You can override this behaviour using a style on the handler.
See Also