ArcObjects Library Reference (Carto)  

IACSimplePolygonSymbol.FillTransparency Property

The fill transparency coeficient (0.0-1.0).

[Visual Basic .NET]
Public Property FillTransparency As Double
[C#]
public double FillTransparency {get; set;}
[C++]
HRESULT get_FillTransparency(
  double* trans
);
[C++]
HRESULT put_FillTransparency(
  double trans
);
[C++]

Parameters

trans [out, retval]   trans is a parameter of type double trans [in]   trans is a parameter of type double

Product Availability

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

See Also

IACSimplePolygonSymbol Interface