Gets or sets the border wall's translucency percentage, where 100% = invisible.
Read-write property
[Visual Basic .NET] |
---|
Public Property WallTranslucency() As Double |
[C#] |
---|
public double WallTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_WallTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_WallTranslucency( double * pVal ); public: HRESULT put_WallTranslucency( double dVal ); |
[Java] |
---|
public double getWallTranslucency(); public void setWallTranslucency( double ); |