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
65ffb52a 6852 1972 c73a 4a80aef22649
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls the way the leader is drawn.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum LeaderPathType
VB
Public Enumeration LeaderPathType
C++
public enum class LeaderPathType
F#
type LeaderPathType
StraightLineSegments | 0 | Draws the leader line as a set of straight line segments. |
Spline | 1 | Draws the leader line as a spline. |