Skip to content

ACadSharp.Objects.MultiLeaderStyle.LineColor

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

LineColor Property

Gets or sets color to be applied all leader lines of the multileader.

Remarks

This value can be overridden by the property when the flag is set in the property. The value for all leader lines can be overridden for each individual leader line by the property when the flag is set in the property.

Definition

Namespace: ACadSharp.Objects.MultiLeaderStyle

C#

DxfCodeValueAttribute
public Color LineColor { get; set; }

Property Value

Color

Clone this wiki locally