maxHeight()
Sets the maximum height of the element.
maxHeight(maxHeight: BindingOrValue<string | number | undefined>): this;
Parameters
- maxHeight — The maximum height, in pixels or string with unit.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
