Class
Symbology1DBase

Provides a base class for all 1-dimensional barcodes.

Definition

Constructors

Symbology1DBase()

Declaration

cs-api-definition
protected Symbology1DBase()

Fields

CodeTextSpacingProperty

Registers the CodeTextSpacing dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CodeTextSpacingProperty

Field Value

DependencyProperty

HorizontalTextAlignmentProperty

Registers the HorizontalTextAlignment dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HorizontalTextAlignmentProperty

Field Value

DependencyProperty

ShowTextProperty

Registers the ShowText dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowTextProperty

Field Value

DependencyProperty

VerticalTextAlignmentProperty

Registers the VerticalTextAlignment dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VerticalTextAlignmentProperty

Field Value

DependencyProperty

Properties

CodeTextSpacing

Gets or sets the spacing around the text.

Declaration

cs-api-definition
public double CodeTextSpacing { get; set; }

Property Value

double

HorizontalTextAlignment

Gets or sets the horizontal alignment of the text displayed in the barcode.

Declaration

cs-api-definition
public RadAlignment HorizontalTextAlignment { get; set; }

Property Value

RadAlignment

ShowText

Gets or sets a value indicating whether the text of the barcode should be drawn.

Declaration

cs-api-definition
public bool ShowText { get; set; }

Property Value

bool

VerticalTextAlignment

Gets or sets the vertical alignment of the text displayed in the barcode.

Declaration

cs-api-definition
public RadAlignment VerticalTextAlignment { get; set; }

Property Value

RadAlignment

Methods

OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology model changes.

Declaration

cs-api-definition
protected override void OnSymbologyModelPropertyChanged(string propertyName)

Parameters

propertyName

string

Overrides SymbologyBase.OnSymbologyModelPropertyChanged(string)

OnSymbologyPropertyChanged()

Occurs when a property of the symbology changes.

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged()

Overrides SymbologyBase.OnSymbologyPropertyChanged()