CellEventArgsCellTextColor Property |
Gets or sets the preferred color of the cell text given its state.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Color CellTextColor { get; protected set; }
Public Property CellTextColor As Color
Get
Protected Set
member CellTextColor : Color with get, set
Property Value
Type:
ColorThe preferred color of cell text.
See Also