Click or drag to resize

LeaderPathType Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Controls the way the leader is drawn.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum LeaderPathType
Request Example View Source
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