Opt whether to use the color of the lower left pixel of the image as the transparent color if an image file is being used.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsTransparent() As Boolean |
[C#] |
---|
public bool IsTransparent {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsTransparent(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsTransparent( VARIANT_BOOL * pVal ); public: HRESULT put_IsTransparent( VARIANT_BOOL IsTransparent ); |
[Java] |
---|
public bool getIsTransparent(); public void setIsTransparent( bool ); |