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