Ghost1372

everything can be handy

WindowManager

Properties

Name
Width
Height
MinWidth
MinHeight
MaxWidth
MaxHeight

Simple Usage

1
2
3
var manager = new WindowManager(window);
manager.MaxHeight = 400;
manager.MaxWidth = 500;

Demo

you can run demo and see this feature.

0%