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

3f568a9a f162 90cc e34f 64f900fe5a14

haplokuon edited this page May 6, 2023 · 1 revision

LeaderArrow Property

netDxf 3.0.0 Library

Gets or sets the arrowhead block for leaders. (DIMLDRBLK)

Definition

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

C#

public Block LeaderArrow { get; set; }

VB

Public Property LeaderArrow As Block
	Get
	Set

C++

public:
property Block^ LeaderArrow {
	Block^ get ();
	void set (Block^ value);
}

F#

member LeaderArrow : Block with get, set

Property Value

Block

Remarks

Default: null. Closed filled.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally