Table of Contents

TTMSFNCWXBarcodeBorder Class

Describes the optional rectangular border drawn around a rendered barcode. Controls the border color, line width, visibility, and the gap between the border and the symbol on each side.

API unit family: TMSFNCWXBarcode Inherits from: TPersistent

Syntax

TTMSFNCWXBarcodeBorder = class(TPersistent)

Properties

Name Description
Color Color used to stroke the border around the barcode.
GapBottom Gap, in pixels, between the bottom edge of the border and the barcode symbol.
GapLeft Gap, in pixels, between the left edge of the border and the barcode symbol.
GapRight Gap, in pixels, between the right edge of the border and the barcode symbol.
GapTop Gap, in pixels, between the top edge of the border and the barcode symbol.
Visible Determines whether the border is drawn. When True the border is rendered around the barcode; when False no border is shown.
Width Thickness of the border line, expressed in the same units as the barcode module size.

Events

Name Description
OnChanged Occurs whenever any border property changes so the owning control can re-render the barcode.