labelColor

Typeproperty
Dictionaryandroid.button
LibraryAndroid Native Button
Syntax
set the labelColor of <widget> to <pLabel>
get the labelColor of <widget>
Associationscom.livecode.widget.native.android.button
Summary

The color of the text of the button label

OSandroid
Platformsmobile
Example
set the labelColor of widget "Android Button" to "255,0,0,128"
Values
NameTypeDescription
Value

A comma delimited string representing a color in RGB / RGBA format

Description

Use the labeColor property to change the color of the label text of the button.