Font Property (CombinedStyleInfo)
Gets the font of the text displayed in the cell.
public new Font Font {get;}
'Declaration
Public Shadows ReadOnly Property Font As Font
'Usage
Dim instance As CombinedStyleInfo
Dim value As Font
value = instance.Font
Property Value
The
System.Drawing.Font to apply to the text displayed in the cell. The default is a null reference (
Nothing in Visual Basic).