This document is archived and information here might be outdated. Recommended version. |
The transparency in percent (0-100).
[Visual Basic .NET]
Public Property Transparency As Double
[C#]
public double Transparency {get; set;}
[C++]
HRESULT get_Transparency(
System.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