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 415
794478a6 e829 c754 5fcc caf05782d491
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets a single-character decimal separator to use when creating dimensions whose unit format is decimal. (DIMDSEP)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public char DecimalSeparator { get; set; }
VB
Public Property DecimalSeparator As Char
Get
Set
C++
public:
property wchar_t DecimalSeparator {
wchar_t get ();
void set (wchar_t value);
}
F#
member DecimalSeparator : char with get, set
Char
Default: "."