This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescriptor Interface > IMapDescriptor.TransparentColor Property (ArcObjects .NET 10.4 SDK) |
The color used for transparency (100 %).
[Visual Basic .NET] Public Property TransparentColor As IColor
[C#] public IColor TransparentColor {get; set;}
[C++]
HRESULT get_TransparentColor(
IColor** Color
);
[C++]
HRESULT put_TransparentColor(
IColor* Color
);
[C++]
Parameters Color [out, retval]
Color is a parameter of type IColor Color [in]
Color is a parameter of type IColor