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


IMapServerLegendClass.TransparentColor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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