This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
2a57ae9c ff87 7354 1046 5ea65c603ab2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the raw text string.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string Value { get; set; }VB
Public Property Value As String
Get
SetC++
public:
property String^ Value {
String^ get ();
void set (String^ value);
}F#
member Value : string with get, setString