Window Properties
CloseIcon
The icon to close the window.
Syntax: public IconButton CloseIcon { get; }
FloodFillTolerance
The tolerance to use in the SelectFromColorAtPoint method when defining the ScreenSelect. Default is 0.2, which allows the floodFill algorithm to pass through most standard windows but is stopped by the border around the window.
Syntax: public double FloodFillTolerance { get; set; }
MaxIcon
The icon to maximize the window.
Syntax: public IconButton MaxIcon { get; }
MinIcon
The icon to minimize the window.
Syntax: public IconButton MinIcon { get; }
RestoreIcon
The icon to restore the window.
Syntax: public IconButton RestoreIcon { get; }
Last updated
Was this helpful?