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

6b5f517d 59b2 2bf2 347b ab8f9f1aaf88

haplokuon edited this page May 6, 2023 · 1 revision

PathType Property

netDxf 3.0.0 Library

Gets or sets the way the leader is drawn.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public LeaderPathType PathType { get; set; }

VB

Public Property PathType As LeaderPathType
	Get
	Set

C++

public:
property LeaderPathType PathType {
	LeaderPathType get ();
	void set (LeaderPathType value);
}

F#

member PathType : LeaderPathType with get, set

Property Value

LeaderPathType

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally