WebLink.TextColor

From Xojo Documentation

Property (As Color )
aWebLink.TextColor = newColorValue
or
ColorValue = aWebLink.TextColor

New in 2020r1

Supported for all project types and targets.

Gets or sets the color of the Value property. The default color is Blue.

Sample Code

The following example sets the TextColor.

Me.TextColor = Color.Red

See Also

Color data type; UserGuide:Dark Mode topic.