This document is archived and information here might be outdated.  Recommended version.


IMapServerLegendClass.TransparentColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerLegendClass Interface > IMapServerLegendClass.TransparentColor Property
ArcGIS Developer Help

IMapServerLegendClass.TransparentColor Property

The transparent color used for the symbol image.

[Visual Basic .NET]
Public ReadOnly Property TransparentColor As IColor
[C#]
public IColor TransparentColor {get;}
[C++]
HRESULT get_TransparentColor(
  IColor** Color
);
[C++]
Parameters
Color [out, retval]

Color is a parameter of type IColor**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Transparency is only supported for image types that support transparency such as .png or .gif.

See Also

IMapServerLegendClass Interface