ButtonMenuItemIHandlerImage Property  | 
 
            Gets or sets the image to show for the menu item.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
SyntaxImage Image { get; set; }Property Image As Image
	Get
	Set
abstract Image : Image with get, set
Property Value
Type: 
ImageThe image for the menu item.
Remarks
            Some platforms (e.g. OS X) will not show an image by default, but can be enabled using the handler implementation
            via styles.
            
See Also