Click or drag to resize

LeaderPathType Enumeration

Controls the way the leader is drawn.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public enum LeaderPathType
Members
  Member nameValueDescription
StraightLineSegements0 Draws the leader line as a set of straight line segments.
Spline1 Draws the leader line as a spline.
See Also