Click or drag to resize

HatchPatternLineDefinitionDashPattern Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets he dash pattern of the line it is equivalent as the segments of a Linetype.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<double> DashPattern { get; }
Request Example View Source

Property Value

Type: ListDouble
Remarks
Positive values means solid segments and negative values means spaces (one entry per element).
See Also