This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
e6dd89ec 6137 0e66 4817 759619b8ebfc
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets he dash pattern of the line it is equivalent as the segments of a Linetype.
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
List(Double)
Positive values means solid segments and negative values means spaces (one entry per element).