useMaxWidth property

bool useMaxWidth

useMaxWidth - when this flag is set the height and width is set to 100% and is then scaling with the available space if not the absolute space required is used default: true

Implementation

external bool get useMaxWidth;
void useMaxWidth=(bool v)

Implementation

external set useMaxWidth(bool v);