Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

65ffb52a 6852 1972 c73a 4a80aef22649

haplokuon edited this page May 6, 2023 · 1 revision

LeaderPathType Enumeration

netDxf 3.0.0 Library

Controls the way the leader is drawn.

Definition

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

Members

StraightLineSegments 0 Draws the leader line as a set of straight line segments.
Spline 1 Draws the leader line as a spline.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally