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