Skip to content

Properties

Name
Width
Height
MinWidth
MinHeight
MaxWidth
MaxHeight

Simple Usage

cs
var manager = new WindowManager(window);
manager.MaxHeight = 400;
manager.MaxWidth = 500;

Demo

you can run demo and see this feature.

Released under the MIT License.