Hello everybody!
I'm trying to manage the text in B4XRadioButton but not very successfully indeed.
and how I can set text in "bold"? I cannot find the appropriate property...
Thanks!
I'm trying to manage the text in B4XRadioButton but not very successfully indeed.
B4X:
B4XRadioButton1.mLabel.TextColor = xui.Color_Red ' It works
B4XRadioButton1.mLabel.TextSize = 40 ' It doesn't work
B4XRadioButton1.mLabel.TextSize = B4XRadioButton2.mLabel.TextSize + 25 ' It doesn't work
B4XRadioButton1.mLabel.TextSize = B4XRadioButton2.mLabel.Font.Size + 25 ' It doesn't work
and how I can set text in "bold"? I cannot find the appropriate property...
Thanks!