Skip to main content

BarCodeControl Members

A control that displays barcodes.

Constructors

Name Description
BarCodeControl() Initializes a new instance of the BarCodeControl class.

Fields

Name Description
AutoModuleProperty static Identifies the AutoModule dependency property.
BinaryDataProperty static Identifies the BinaryData dependency property.
HorizontalContentAlignmentProperty static Identifies the HorizontalContentAlignment dependency property.
HorizontalTextAlignmentProperty static Identifies the HorizontalTextAlignment dependency property.
ModuleProperty static Identifies the Module dependency property.
ShowTextProperty static Identifies the ShowText dependency property.
SymbologyProperty static Identifies the Symbology dependency property.
TextProperty static Identifies the Text dependency property.
VerticalContentAlignmentProperty static Identifies the VerticalContentAlignment dependency property.
VerticalTextAlignmentProperty static Identifies the VerticalTextAlignment dependency property.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also