Caption Properties

The Caption type exposes the following members.

Properties
  NameDescription
Public propertyFont
Gets or sets the font of the caption.
Public propertyForeColor
Gets or sets the forecolor of the caption.
Public propertySpace
Gets or sets the space between the caption and the barcode, and the space between border and the caption
Public propertyText
Gets or sets the content of the caption.
Public propertyTextAlign
Gets or sets the text alignment of the caption. e.g. when the text is writing from left to right, StringAlignment.Near means the Caption will be aligned to the left
Public propertyVisible
Gets or sets a value indicates whether the caption is visible.
See Also