Click or drag to resize

LeaderAnnotation Property

Gets or sets the leader annotation entity.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public EntityObject Annotation { get; set; }

Property Value

Type: 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