Gets or sets the translucency of the lines at the upper and lower edges of the border wall, where 100% = invisible.
Read-write property
[Visual Basic .NET] |
---|
Public Property LineTranslucency() As Double |
[C#] |
---|
public double LineTranslucency {get; set;} |
[Managed C++] |
---|
public: __property double get_LineTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_LineTranslucency( double * pVal ); public: HRESULT put_LineTranslucency( double dVal ); |
[Java] |
---|
public double getLineTranslucency(); public void setLineTranslucency( double ); |