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

BarCodeCaption.ForeColor Property

Gets or sets the color of the text used to display the bar code caption.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color object that specifies the text color.

See Also