Window Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
The icon to close the window.
Syntax: public
CloseIcon { get; }
The tolerance to use in the method when defining the . 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; }
The icon to maximize the window.
Syntax: public
MaxIcon { get; }
The icon to minimize the window.
Syntax: public
MinIcon { get; }
The icon to restore the window.
Syntax: public
RestoreIcon { get; }