FillColor
This property determines the color used to fill in graphic objects and shapes.
Usage |
oObject.FillColor = nColor nColor = oObject.FillColor |
Example |
_Screen.FillColor = RGB(128,0,0) && deep red _Screen.FillStyle = 6 && checks - country style _Screen.Box(0, 0, 100, 100) |
See Also |