ACadSharp.Tables.DimensionStyle.DimensionLineColor - DomCR/ACadSharp GitHub Wiki
DimensionLineColor Property
Gets or sets colors to dimension lines, arrowheads, and dimension leader lines (see DIMCLRD System Variable).
Remarks
Also controls the color of leader lines created with the LEADER command.
Definition
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Color DimensionLineColor { get; set; }
Property Value
Color