Click or drag to resize

DocumentPageImage Property

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; }

Property Value

Type: Image
The 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