Defines the font used to draw text within the current brick.
Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public Font Font { get; set; }
|
VB |
Public Property Font As Font
|
Property value
Type: Font
The text font within the current brick.

See Also