Click or drag to resize

LeaderAnnotation Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the leader annotation entity.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public EntityObject Annotation { get; set; }
Request Example View Source

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