Window.icon

Sets the window icon which is often seen in title bars and taskbars.

A future plan is to offer an overload that takes an array too for multiple sizes, but right now you should probably set 16x16 or 32x32 images here.

class Window
@property
void
icon
(
MemoryImage icon
)

Meta

History

Added April 5, 2022 (dub v10.8)