|
Description
|
Returns/sets the foreground color used to display graphics in the control.
|
Syntax Visual Basic
|
[form.]DXFReader.ForeColor[ = Color&]
|
|
Visual C++
|
unsigned long DXFReader.GetForeColor(); void DXFReader.SetForeColor(unsigned long NewValue);
|
|
Delphi
|
property ForeColor: OLE_COLOR;
|
|
C#
|
Color DXFReader.ForeColor;
|
|
Remarks
|
The ACI color 7 and 255 correspond to ForeColor color.
|
|
Data Type
|
Color
|
|
Default Value
|
H80000012
|