Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.UIEngine2.IClampedSizeLayout Interface Reference

Detailed Description

Declares properties required for layouts with a limited size values.

Inheritance diagram for Doloro.UIEngine2.IClampedSizeLayout:

Properties

Vector2 MinSize [get, set]
 Min size of the element. More...
 
Vector2 MaxSize [get, set]
 Max size of the element. Zero or negative means not limits. More...
 

Property Documentation

◆ MaxSize

Vector2 Doloro.UIEngine2.IClampedSizeLayout.MaxSize
getset

Max size of the element. Zero or negative means not limits.

Implemented in Doloro.UIEngine2.Window.

◆ MinSize

Vector2 Doloro.UIEngine2.IClampedSizeLayout.MinSize
getset

Min size of the element.

Implemented in Doloro.UIEngine2.Window.


The documentation for this interface was generated from the following file: