Gets or sets the back line's color.
Read-write property
[Visual Basic .NET] |
---|
Public Property BackLineColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color BackLineColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_BackLineColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_BackLineColor( uint * pRetVal ); public: HRESULT put_BackLineColor( uint BackLineColor ); |
[Java] |
---|
public long getBackLineColor(); public void setBackLineColor( long ); |
This is only used when Outline Appearance is Stylize Back Lines.