Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarCodeProperties.FitMode Property

Specifies the barcode size calculation mode.

#Declaration

Delphi
property FitMode; default ifmNormal;

#Property Value

Type Default
TdxBarCodeFitMode ifmNormal

#Remarks

Use this property to specify how a barcode control displays a generated barcode within the client area. The control calculates the barcode’s size from the specified module width if the FitMode property is set to ifmNormal or ifmFit. Refer to the TdxBarCodeFitMode type description for more details.

Note

The FitMode property has no effect if the barcode control’s AutoSize property is set to True.

The default FitMode property value is ifmNormal.

See Also