Click or drag to resize

GridCellFormatEventArgsFont Property

Gets or sets the font to use for the cell, or null to use the default font

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

Property Value

Type: Font
The font.
See Also