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; }
Public MustOverride Property Font As Font
Get
Set
abstract Font : Font with get, set
Property Value
Type:
FontThe font.
See Also