Display the border wall at the specified translucency percentage.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseWallTranslucency() As Boolean |
[C#] |
---|
public bool UseWallTranslucency {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseWallTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseWallTranslucency( VARIANT_BOOL * pVal ); public: HRESULT put_UseWallTranslucency( VARIANT_BOOL bVal ); |
[Java] |
---|
public bool getUseWallTranslucency(); public void setUseWallTranslucency( bool ); |