Skip to content

ACadSharp.Tables.DimensionStyle.TextColor

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

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

Clone this wiki locally