Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e6dd89ec 6137 0e66 4817 759619b8ebfc

haplokuon edited this page May 6, 2023 · 1 revision

DashPattern Property

netDxf 3.0.0 Library

Gets he dash pattern of the line it is equivalent as the segments of a Linetype.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<double> DashPattern { get; }

VB

Public ReadOnly Property DashPattern As List(Of Double)
	Get

C++

public:
property List<double>^ DashPattern {
	List<double>^ get ();
}

F#

member DashPattern : List<float> with get

Property Value

List(Double)

Remarks

Positive values means solid segments and negative values means spaces (one entry per element).

See Also

Reference

HatchPatternLineDefinition Class
netDxf.Entities Namespace

Clone this wiki locally