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 * pRetVal
);
public: HRESULT put_UseLineTranslucency(
VARIANT_BOOL NewUseLineTranslucency
);
|
[Java] |
public bool getUseLineTranslucency();public void setUseLineTranslucency(
bool
);
|
See Also