This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptor Interface > ILayerDescriptor.Transparency Property (ArcObjects .NET 10.4 SDK) |
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