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
c6f8b6e0 3fea c82b 7d35 68706312efec
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the angle gradians symbol.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string GradiansSymbol { get; set; }
VB
Public Property GradiansSymbol As String
Get
Set
C++
public:
property String^ GradiansSymbol {
String^ get ();
void set (String^ value);
}
F#
member GradiansSymbol : string with get, set
String