Description
Gets or sets whether transparent color should be used.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseTransparentColor() As Boolean
|
| [C#] |
|---|
public bool UseTransparentColor {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseTransparentColor(); public: __property void set_UseTransparentColor(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseTransparentColor(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTransparentColor(
VARIANT_BOOL UseTransparentColor
);
|
| [Java] |
|---|
public bool getUseTransparentColor();
public void setUseTransparentColor(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseTransparentColor(self) -> bool:
@UseTransparentColor.setter
def UseTransparentColor(self, UseTransparentColor:bool) -> None:
|
See Also