Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

437f8573 c1f4 8386 593e 4915a18394e2

haplokuon edited this page May 6, 2023 · 1 revision

DimLineColor Property

netDxf 3.0.0 Library

Gets or set the color assigned to dimension lines, arrowheads, and dimension leader lines. (DIMCLRD)

Definition

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

Property Value

AciColor

Remarks

Default: ByBlock
Only indexed AciColors are supported.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally