setTranslateX

expect infix fun setTranslateX(value: Short)

Move the object with this value in X 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 width.

Parameters

value

The new value to use.

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