dbicList Send comments on this topic.
Font Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > BeforeCellTextDisplayEventArgs Class : Font Property

The font that will be used to drawn the cell's text.

Syntax

Visual Basic (Declaration) 
Public Property Font As Font
C# 
public Font Font {get; set;}

Property Value

Font

Remarks

Assigning a new value to this property will change the font being used to draw the text.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also