Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

BarCode.Unit Property

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

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.1.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