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
437f8573 c1f4 8386 593e 4915a18394e2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the color assigned to dimension lines, arrowheads, and dimension leader lines. (DIMCLRD)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AciColor DimLineColor { get; set; }
VB
Public Property DimLineColor As AciColor
Get
Set
C++
public:
property AciColor^ DimLineColor {
AciColor^ get ();
void set (AciColor^ value);
}
F#
member DimLineColor : AciColor with get, set
Default: ByBlock
Only indexed AciColors are supported.