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

d9f47848 70cb 7508 8ce0 948ecb486c4b

haplokuon edited this page May 6, 2023 · 1 revision

LineColor Property

netDxf 3.0.0 Library

Gets or sets the leader line color if the style parameter DIMCLRD is set as BYBLOCK.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AciColor LineColor { get; set; }

VB

Public Property LineColor As AciColor
	Get
	Set

C++

public:
property AciColor^ LineColor {
	AciColor^ get ();
	void set (AciColor^ value);
}

F#

member LineColor : AciColor with get, set

Property Value

AciColor

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally