ACadSharp.Tables.DimensionStyle.TextColor - DomCR/ACadSharp GitHub Wiki
TextColor Property
Assigns colors to dimension text (see DIMCLRT System Variable).
Remarks
The color can be any valid color number.
Definition
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Color TextColor { get; set; }
Property Value
Color