MTextFormattingOptionsColor Property
|
Gets or sets the text color.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor Color { get; set; }
Public Property Color As AciColor
Get
Set
public:
property AciColor^ Color {
AciColor^ get ();
void set (AciColor^ value);
}
member Color : AciColor with get, set
PROPERTY Color AS AciColor GET SET
Property Value
Type:
AciColorRemarks
Set as null to apply the default color.
True color is only compatible with dxf database version greater than AutoCad2000.
See Also