Gets or sets the Color that will become transparent.
Read-write property
[Visual Basic .NET] |
---|
Public Property TransparentColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color TransparentColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_TransparentColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_TransparentColor( uint * pRetVal ); public: HRESULT put_TransparentColor( uint TransparentColor ); |
[Java] |
---|
public long getTransparentColor(); public void setTransparentColor( long ); |