ProgressLabelConstraints

enum ProgressLabelConstraints : Enum<ProgressLabelConstraints>

ProgressLabelConstraints determines the constraints aligning of the label position.

Entries

ALIGN_PROGRESS
Link copied to clipboard
Aligning on the progressbar.
ALIGN_CONTAINER
Link copied to clipboard
Aligning on the container.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: ProgressLabelConstraints): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<ProgressLabelConstraints>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int