Transparent
Set Transparent to true to allow objects behind that part of the image that is colored with the current brush to show through. Set Transparent to false to make the background of the image opaque.
Syntax
[VC++]
BOOL GetTransparent();
void SetTransparent(BOOL bNewValue);
[C#]
public abstract new bool Transparent [ get, set ]
[VB]
Property Transparent As Boolean