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


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

IAreaSeriesProperties.Transparency Property

Transparency level of area graph.

[Visual Basic .NET]
Public Property Transparency As Integer
[C#]
public int Transparency {get; set;}
[C++]
HRESULT get_Transparency(
  System.Int32* pValue
);
[C++]
HRESULT put_Transparency(
  long pValue
);
[C++]
Parameters
pValue [out, retval]

pValue is a parameter of type long* pValue [in]
pValue is a parameter of type long

Product Availability

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

See Also

IAreaSeriesProperties Interface