Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BarCode.CodeTextFont Property

Specifies the font used to display the bar code text.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public Font CodeTextFont { get; set; }

Property Value

Type Description
Font

A Font object that specifies the font attributes.

See Also