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
691ba69e a513 81fb 6367 f11f7e6dbd82
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the text displayed by the linetype.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string Text { get; set; }
VB
Public Property Text As String
Get
Set
C++
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
F#
member Text : string with get, set
String