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

51a39dff a1fc 6d84 b4e8 bfeedc061a40

haplokuon edited this page May 6, 2023 · 1 revision

Annotation Property

netDxf 3.0.0 Library

Gets or sets the leader annotation entity.

Definition

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

C#

public EntityObject Annotation { get; set; }

VB

Public Property Annotation As EntityObject
	Get
	Set

C++

public:
property EntityObject^ Annotation {
	EntityObject^ get ();
	void set (EntityObject^ value);
}

F#

member Annotation : EntityObject with get, set

Property Value

EntityObject

Remarks

Only MText, Text, Tolerance, and Insert entities are supported as a leader annotation. Even if AutoCad allows a Text entity to be part of a Leader it is not recommended, always use a MText entity instead.
Set the annotation property to null to create a Leader without annotation.

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally