TextVerticalAlignment

enum TextVerticalAlignment : Enum<TtTextView.TextVerticalAlignment>

Specifies how the text will be vertically aligned.

Entries

Link copied to clipboard

The text will be aligned to the bottom of the view.

Link copied to clipboard

The text will be aligned to the center of the view.

Link copied to clipboard
TOP()

The text will be aligned to the top of the view.

Link copied to clipboard

The text will be shown in the same manner as a standard TextView.

Inherited properties

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