SetBackground
Sets the background color for the equation.
C++
HRESULT SetBackground([in, defaultvalue("white")] BSTR fg);
Visual Basic
Public Function SetBackground (
bg As String
) As Long
Parameters
bg
|
[in] the background color for the equation
- CSS color name
- transparent
- #rrggbb
|
Return value
None
|