This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
51a39dff a1fc 6d84 b4e8 bfeedc061a40
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the leader annotation entity.
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
SetC++
public:
property EntityObject^ Annotation {
EntityObject^ get ();
void set (EntityObject^ value);
}F#
member Annotation : EntityObject with get, setOnly 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.