Gets or sets the image of the page.
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 tab's image to display.
Remarks
It is usally good to use an
Icon for the image with multiple sizes, so that scaling won't be needed
to fit the image in the space.
Usually you'd need 16x16 (desktop), 32x32 (iOS), and 64x64 (iOS Retina) variations.
See Also