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