Skip to main content
A newer version of this page is available. .

IBarCodeData.Style Property

Gets the bar code‘s style settings.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

BrickStyle Style { get; }

Property Value

Type Description
BrickStyle

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

See Also