ACadSharp.Entities.MultiLeader.TextColor - DomCR/ACadSharp GitHub Wiki

TextColor Property

Gets or sets the color for the display of the text label. This property overrides the value from when the flag is set (see property).

Remarks

This property is also exposed by the class. Values should be equal, the value is assumed to be used.

Definition

Namespace: ACadSharp.Entities.MultiLeader

C#

DxfCodeValueAttribute
public Color TextColor { get; set; }

Property Value

Color