setBorderSide

expect infix fun setBorderSide(value: UByte)

Set which side(s) the border should be drawn. The possible values are LV_BORDER_SIDE_NONE/TOP/BOTTOM/LEFT/RIGHT/INTERNAL. Note that OR-ed calues can be used as well, e.g. LV_BORDER_SIDE_TOP | LV_BORDER_SIDE_LEFT.

Parameters

value

The new value to use.

actual infix fun setBorderSide(value: UByte)
actual infix fun setBorderSide(value: UByte)