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

BarCodeCaption.Font Property

Gets or sets the typeface, size and style used to display the bar code caption.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public Font Font { get; set; }

Property Value

Type Description
Font

A Font object that is the text font specifying the typeface, size and style of the text.

See Also