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 422
abc69e28 4f3a 0012 f253 21772dad9f66
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the text reference position, the middle point of dimension text in local coordinates.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2 TextReferencePoint { get; set; }
VB
Public Property TextReferencePoint As Vector2
Get
Set
C++
public:
property Vector2 TextReferencePoint {
Vector2 get ();
void set (Vector2 value);
}
F#
member TextReferencePoint : Vector2 with get, set
This value is related to the style property FitTextMove
. If the style FitTextMove is set to BesidesDimLine the text reference point will take precedence over the offset value to place the dimension line. In case of Ordinate dimensions if the text has been manually set the text position will take precedence over the EndLeaderPoint only if FitTextMove has been set to OverDimLineWithoutLeader.