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 409
be0caea9 892a 237c dd4f 4182efce385c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the text reference point has been set by the user. Set to false to reset the dimension text to its original position.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool TextPositionManuallySet { get; set; }
VB
Public Property TextPositionManuallySet As Boolean
Get
Set
C++
public:
property bool TextPositionManuallySet {
bool get ();
void set (bool value);
}
F#
member TextPositionManuallySet : bool with get, set
Boolean