verticalTextAlign

Typeproperty
Dictionaryandroid.field
LibraryAndroid Native Field
Syntax
set the verticalTextAlign of <widget> to <pAlign>
get the verticalTextAlign of <widget>
Associationscom.livecode.widget.native.android.field
Summary

The vertical text alignment of the field widget.

OSandroid
Example
set the verticalTextAlign of widget "Android Field" to "middle"
Values
NameTypeDescription
Value
  • "top": Top-aligned text
  • "middle": Middle-aligned text
  • "bottom": Bottom-aligned text
Description

Use the textAlign property to change the vertical text alignment of the field widget.