N nicolas irigoyen Member Licensed User May 3, 2017 #1 question1: Is there any way to change the text color of label's by code? question2: is there any way to get the text color of a label? thanks you!!
question1: Is there any way to change the text color of label's by code? question2: is there any way to get the text color of a label? thanks you!!
Erel B4X founder Staff member Licensed User Longtime User May 3, 2017 #2 B4X: Label1.TextColor = Colors.Red Label2.TextColor = Label1.TextColor Upvote 0