Gets or sets the back line's translucency. Translucency is between
0
and 1
, where 0
is opaque and 1
is transparent.Read-write property
[Visual Basic .NET] |
---|
Public Property BackLineTranslucency() As Single |
[C#] |
---|
public float BackLineTranslucency {get; set;} |
[Managed C++] |
---|
public: __property float get_BackLineTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_BackLineTranslucency( float * pRetVal ); public: HRESULT put_BackLineTranslucency( float BackLineTranslucency ); |
[Java] |
---|
public float getBackLineTranslucency(); public void setBackLineTranslucency( float ); |
This is only used when Outline Appearance is Stylize Back Lines.