The LineDef type exposes the following members.

Properties

  Name Description
Public property BackColor
Gets the the background color of spaces between the dashes of a dashed line. Not used if DashStyle is Solid.
Public property Color
Gets the line color.
Public property DashPattern
Gets an array of custom dashes and spaces.
Public property DashStyle
Gets the DashStyle of the current LineDef.
Public property Static member Default
Represents the default regular line (solid black, 1pt wide).
Public property Static member DefaultBold
Represents the default bold line (solid black, 2pt wide).
Public property Static member Empty
Represents an empty line (with emtpy color and zero width).
Public property Width
Gets the line width (thickness).

See Also