Skip to main content

IBarCodeData.Style Property

Gets the bar code‘s style settings.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v22.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

BrickStyle Style { get; }

Property Value

Type Description
BrickStyle

A BrickStyle object that is assigned to the VisualBrick.Style property.

See Also