Click or drag to resize

DXFReaderNETControlForeColor Property

Returns/sets the foreground color used to display graphics in the control.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Color ForeColor { get; set; }

Property Value

Type: Color
Remarks
The ACI colors 7 and 255 correspond to ForeColor color. Default value: 0xFFFFFF
See Also