Description
If enabled, the plane is see-through; otherwise it is opaque. Only available for planes.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TransparentPlaneVisible() As Boolean
|
| [C#] |
|---|
public bool TransparentPlaneVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_TransparentPlaneVisible(); public: __property void set_TransparentPlaneVisible(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TransparentPlaneVisible(
VARIANT_BOOL * pVal
);
public: HRESULT put_TransparentPlaneVisible(
VARIANT_BOOL pVal
);
|
| [Java] |
|---|
public bool getTransparentPlaneVisible();
public void setTransparentPlaneVisible(
bool
);
|
See Also