WebStyle.ForegroundColor
From Xojo Documentation
Revision as of 18:09, 30 August 2020 by Gperlman (talk | contribs) (Gperlman moved page WebStyle.DrawingColor to WebStyle.ForegroundColor)
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.