Click or drag to resize

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
Syntax
public Vector2 TextReferencePoint { 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