Skip to content

ACadSharp.Tables.DimensionStyle.DimensionLineColor

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

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

Clone this wiki locally