DesktopLabel.TextColor
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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