setTranslateY

expect infix fun setTranslateY(value: Short)

Move the object with this value in Y direction. Applied after layouts, aligns and other positioning. Pixel and percentage (with lv_pct(x)) values can be used. Percentage values are relative to the object's height.

Parameters

value

The new value to use.

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