Skip to main content

BarCodeControl Properties

A control that displays barcodes.
Name Description
AutoModule Gets or sets a value that specifies whether the Module property value should be calculated automatically based upon the bar code’s size. This is a dependency property.
BinaryData Gets or sets the array of byte to be coded into the PDF417 or ECC200 bar code. This is a dependency property.
HorizontalContentAlignment Gets or sets the content’s horizontal alignment. This is a dependency property.
HorizontalTextAlignment Gets or sets the text’s horizontal alignment. This is a dependency property.
Module Gets or sets the width of the narrowest bar or space, in pixels. This is a dependency property.
ShowText Gets or sets whether the BarCodeControl shows the text.
Symbology Gets or sets the symbology (code type) for the barcode.
Text Gets or sets the BarCodeControl’s text.
VerticalContentAlignment Gets or sets the content’s vertical alignment. This is a dependency property.
VerticalTextAlignment Gets or sets the text’s vertical alignment. This is a dependency property.
See Also