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

BarCode.Unit Property

Gets or sets the unit of measurement for bar code settings.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public GraphicsUnit Unit { get; set; }

Property Value

Type Description
GraphicsUnit

A GraphicsUnit enumeration value

Remarks

The unit of measurement set by this property is used for bar code settings specified via API, unless stated otherwise.

See Also