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


ILayerDescriptor.Transparency Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptor Interface > ILayerDescriptor.Transparency Property
ArcGIS Developer Help

ILayerDescriptor.Transparency Property

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(
void
);
[C++]
HRESULT put_Transparency(
);

Product Availability

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

See Also

ILayerDescriptor Interface