Click or drag to resize

GridCellFormatEventArgsForegroundColor Property

Gets or sets the foreground color for the cell contents

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract Color ForegroundColor { get; set; }

Property Value

Type: Color
The color of the foreground.
See Also