|
BackgroundColor |
Top Previous Next |
|
The BackgroundColor property is used to specify background color for the document.
Syntax
Example Code
[VC++] m_Engine.SetBackgroundColor(RGB(175, 175, 175));
[VB] gtEngineX1.BackgroundColor = RGB(175, 175, 175)
[C#]
axgtEngineX1.BackgroundColor = System.Drawing.Color.Red; |