Click or drag to resize

MTextFormattingOptionsColor Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the text color.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AciColor Color { get; set; }
Request Example View Source

Property Value

Type: AciColor
Remarks
Set as null to apply the default color.
True color is only compatible with dxf database version greater than AutoCad2000.
See Also