New to Telerik UI for WPFStart a free 30-day trial

Provides a base class for all 1-dimensional barcodes.

Definition

Constructors

C#
protected Symbology1DBase()

Fields

CodeTextSpacingProperty

DependencyProperty

Registers the CodeTextSpacing dependency property.

C#
public static readonly DependencyProperty CodeTextSpacingProperty

Registers the HorizontalTextAlignment dependency property.

C#
public static readonly DependencyProperty HorizontalTextAlignmentProperty

ShowTextProperty

DependencyProperty

Registers the ShowText dependency property.

C#
public static readonly DependencyProperty ShowTextProperty

Registers the VerticalTextAlignment dependency property.

C#
public static readonly DependencyProperty VerticalTextAlignmentProperty

Properties

Gets or sets the spacing around the text.

C#
public double CodeTextSpacing { get; set; }

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

C#
public RadAlignment HorizontalTextAlignment { get; set; }

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

C#
public bool ShowText { get; set; }

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

C#
public RadAlignment VerticalTextAlignment { get; set; }

Methods

Occurs when a property of the symbology model changes.

C#
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters:propertyNamestring

Overrides: SymbologyBase.OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology changes.

C#
protected override void OnSymbologyPropertyChanged()

Overrides: SymbologyBase.OnSymbologyPropertyChanged()