Sets or returns the background color of the graphics window.
Syntax
ColorsConstant = object.GraphicsWinBackgrndColor
object. GraphicsWinBackgrndColor = ColorsConstant
Where:
ColorsConstant is one of the constants shown below.
object is the ApplicationPreferences object.
Colors Constant | Index Value |
---|---|
vicBlue |
5 |
vicByBlock |
0 |
vicByLayer |
256 |
vicBy ColorXOr |
-1 |
vicCyan |
4 |
vicGreen |
3 |
vicMagenta |
6 |
vicRed |
1 |
vicVarious |
-2 |
vicWhite |
7 |
vicYellow |
2 |
Examples ...