Clamp.maximumSize

int maximumSize() @property nothrow

Get maximumSize property.

Returns

The maximum size allocated to the child.

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

void maximumSize(int propval) @property nothrow

Set maximumSize property.

Parameters

propvalThe maximum size allocated to the child. It is the width if the clamp is horizontal, or the height if it is vertical.