DesktopLabel.TextColor
From Xojo Documentation
Property (As Color )
aDesktopLabel.TextColor = newColorValue
or
ColorValue = aDesktopLabel.TextColor
New in 2021r3
Supported for all project types and targets.
or
ColorValue = aDesktopLabel.TextColor
New in 2021r3
Supported for all project types and targets.
Gets or sets the color of the caption or the text content.
Notes
The default value is black:
&c000000
Sample Code
This code specifies a red color with a transparency value of hex A4:
Me.TextColor = &cff0000a4