This document is archived and information here might be outdated. Recommended version. |
The Alpha Blending value. (0 for transparent, 255 for opaque).
[Visual Basic .NET]
Public Property Transparency As Byte
[C#]
public byte Transparency {get; set;}
[C++]
HRESULT get_Transparency(
Byte alphaValue
);
[C++]
HRESULT put_Transparency(
System.Byte* alphaValue
);
[C++] Parameters alphaValue [in]
alphaValue is a parameter of type unsigned char alphaValue [out, retval]
alphaValue is a parameter of type unsigned char*