The Alpha Blending value. (0 for transparent, 255 for opaque).
[Visual Basic 6.0] Property Transparency As Byte
[Visual Basic .NET] Public Property Transparency As Byte
[C#] public byte Transparency {get; set;}
[Java] public Byte getTransparency() throws IOException, AutomationException
[Java] public void setTransparency( Byte Transparency ) throws IOException, AutomationException
[C++]
HRESULT get_Transparency(
Byte* alphaValue
);
[C++] HRESULT put_Transparency( Byte alphaValue);
Parameters
alphaValue [out, retval]
alphaValue is a parameter of type Byte
alphaValue [in]
alphaValue is a parameter of type Byte