LabelPosition

enum LabelPosition : Enum<LabelPosition>

The legal positions of Labels, in relation to the view they're attached to. By default, labels are positioned to the LEFT of the view they're attached to.

Since

1.0.0

Entries

RIGHT
Link copied to clipboard
RIGHT(Gravity.END.or(Gravity.CENTER_VERTICAL))
LEFT
Link copied to clipboard
LEFT(Gravity.START.or(Gravity.CENTER_VERTICAL))

Properties

value
Link copied to clipboard
val value: Int