ClampLayout.maximumSize

int maximumSize() @property nothrow

Get maximumSize property.

Returns

The maximum size to allocate to the children.

It is the width if the layout is horizontal, or the height if it is vertical.

void maximumSize(int propval) @property nothrow

Set maximumSize property.

Parameters

propvalThe maximum size to allocate to the children. It is the width if the layout is horizontal, or the height if it is vertical.