The transparency of the layer. The value represents the percentage of transparency, and should range from 0 (no transparency) to 100 (completely transparent).
[Visual Basic .NET] Public Property Transparency As Short
[C#] public short Transparency {get; set;}
[C++]
HRESULT get_Transparency(
short* alphaValue
);
[C++]
HRESULT put_Transparency(
short alphaValue
);
[C++]Parameters
alphaValue [out, retval] alphaValue is a parameter of type short alphaValue [in] alphaValue is a parameter of type short
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.