This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
0e9cb111 f889 a532 c09f 5470dce6d4be
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets if the leader has a hook line.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool HasHookline { get; set; }
VB
Public Property HasHookline As Boolean
Get
Set
C++
public:
property bool HasHookline {
bool get ();
void set (bool value);
}
F#
member HasHookline : bool with get, set
Boolean
If set to true an additional vertex point (StartHookLine) will be created before the leader end point (hook). By default, only leaders with text annotation have hook lines.