ArcObjects Library Reference (Carto)  

IBubbleSeriesProperties.Transparency Property

Transparency level.

[Visual Basic .NET]
Public Property Transparency As Integer
[C#]
public int Transparency {get; set;}
[C++]
HRESULT get_Transparency(
  long* 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

IBubbleSeriesProperties Interface