WebStyle.ForegroundColor
From Xojo Documentation
Property (As Color )
aWebStyle.ForegroundColor = newColorValue
or
ColorValue = aWebStyle.ForegroundColor
New in 2020r1
Supported for all project types and targets.
or
ColorValue = aWebStyle.ForegroundColor
New in 2020r1
Supported for all project types and targets.
The color used to draw everything except the border and background of the object to which the WebStyle is assigned.
See Also
Color class, BorderColor, BackgroundColor properties.