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 407
656329e7 2997 2ed1 c5e2 7eaa08a6103b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the attribute default value.
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
Set
C++
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
F#
member Value : string with get, set
String