Click or drag to resize

WindowIcon Property

Gets or sets the icon for the window to show in the menu bar.

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

Property Value

Type: Icon
The icon for this window.
Remarks
The icon should have many variations, such as 16x16, 24x24, 32x32, 48x48, 64x64, etc. This ensures that the many places it is used (title bar, task bar, switch window, etc) all have optimized icon sizes. For OS X, the application icon is specified in the .app bundle, not by this value.
See Also