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