Description
Gets or sets the color that will become transparent.
Property type
Read-write property
Syntax
| [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(); public: __property void set_TransparentColor(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TransparentColor(
uint * pRetVal
);
public: HRESULT put_TransparentColor(
uint TransparentColor
);
|
| [Java] |
|---|
public long getTransparentColor();
public void setTransparentColor(
long
);
|
| [Python - STK API] |
|---|
@property
def TransparentColor(self) -> agi.stk12.utilities.colors.Color:
@TransparentColor.setter
def TransparentColor(self, TransparentColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also