DimensionTextReferencePoint Property
|
Gets or sets the text reference
position, the middle point of dimension text in local coordinates.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic Vector2 TextReferencePoint { get; set; }Public Property TextReferencePoint As Vector2
Get
Set
public:
property Vector2 TextReferencePoint {
Vector2 get ();
void set (Vector2 value);
}member TextReferencePoint : Vector2 with get, set
PROPERTY TextReferencePoint AS Vector2 GET SET
Property Value
Type:
Vector2
Remarks
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.
See Also