This document is archived and information here might be outdated. Recommended version. |
Opacity value (0-255).
[Visual Basic .NET] Public Property Opacity As Short
[C#] public short Opacity {get; set;}
[C++]
HRESULT get_Opacity(
short alpha
);
[C++]
HRESULT put_Opacity(
System.Int16* alpha
);
[C++]
Parameters alpha [in]
alpha is a parameter of type short alpha [out, retval]
alpha is a parameter of type short*