This document is archived and information here might be outdated. Recommended version. |
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(
);