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


IACSymbol.Transparency Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACSymbol.Transparency Property

The transparency in percent (0-100).

[Visual Basic .NET]
Public Property Transparency As Double
[C#]
public double Transparency {get; set;}
[C++]
HRESULT get_Transparency(
  double* trans
);
[C++]
HRESULT put_Transparency(
  double trans
);
[C++]

Parameters trans [out, retval] trans is a parameter of type double trans [in] trans is a parameter of type double

Product Availability

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

See Also

IACSymbol Interface