This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACSymbol Interface > IACSymbol.Transparency Property (ArcObjects .NET 10.4 SDK) |
The transparency in percent (0-100).
[Visual Basic .NET] Public Property Transparency As Double
[C#] public double Transparency {get; set;}
[C++]
HRESULT get_Transparency(
double* trans
);
[C++]
HRESULT put_Transparency(
double trans
);
[C++]
Parameters trans [out, retval] trans is a parameter of type double trans [in] trans is a parameter of type double