Description
Display the lines at the upper and lower edges of the border wall at the specified translucency percentage.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseLineTranslucency() As Boolean
|
| [C#] |
|---|
public bool UseLineTranslucency {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseLineTranslucency(); public: __property void set_UseLineTranslucency(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseLineTranslucency(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseLineTranslucency(
VARIANT_BOOL bVal
);
|
| [Java] |
|---|
public bool getUseLineTranslucency();
public void setUseLineTranslucency(
bool
);
|
See Also