This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayNode Interface > IMdDisplayNode.BackgroundColor Property (ArcObjects .NET 10.5 SDK) |
The background color of the display node object.
[Visual Basic .NET] Public Property BackgroundColor As Integer
[C#] public int BackgroundColor {get; set;}
[C++]
HRESULT get_BackgroundColor(
long* pColor
);
[C++]
HRESULT put_BackgroundColor(
long pColor
);
[C++]
Parameters pColor [out, retval] pColor is a parameter of type long pColor [in] pColor is a parameter of type long