setHeight

expect infix fun setHeight(value: Short)

Sets the height of the LVGL object. Pixel, percentage and LV_SIZE_CONTENT can be used. Percentage values are relative to the height of the parent's content area.

Parameters

value

The new value to use.

actual infix fun setHeight(value: Short)
actual infix fun setHeight(value: Short)