Class
Symbology1DBase

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 HorizontalTextAlignement 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 dislayed in the barcode.

Declaration

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

Property Value

TextAlignment

ShowText

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

Declaration

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

Property Value

bool

VerticalTextAlignment

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

Declaration

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

Property Value

TextAlignment

Methods

OnInternalSymbologyPropertyChanged(string)

Declaration

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

Parameters

propertyName

string

Overrides SymbologyBase.OnInternalSymbologyPropertyChanged(string)

OnSymbologyPropertyChanged()

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged()

Overrides SymbologyBase.OnSymbologyPropertyChanged()