BackColor Property (LineDef)
In This Topic
Gets the the background color of spaces between the dashes of a dashed line. Not used if
LineDef.DashStyle is
System.Drawing.Drawing2D.DashStyle.Solid.
Syntax
'Declaration
Public ReadOnly Property BackColor As Color
public Color BackColor {get;}
See Also