Enum LeaderPathType
Controls the way the leader is drawn.
Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
public enum LeaderPathType
Fields
| Name | Description |
|---|---|
| Spline | Draws the leader line as a spline. |
| StraightLineSegments | Draws the leader line as a set of straight line segments. |