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 411
7efa91e0 79d2 f67a 5ad4 8a6bc0221890
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the dimension text explicitly.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string UserText { get; set; }
VB
Public Property UserText As String
Get
Set
C++
public:
property String^ UserText {
String^ get ();
void set (String^ value);
}
F#
member UserText : string with get, set
String
Dimension text explicitly entered by the user. Optional; default is the measurement. If null or "<>", the dimension measurement is drawn as the text, if " " (one blank space), the text is suppressed. Anything else is drawn as the text.