ClassSymbology1DBase
Provides a base class for all 1-dimensional barcodes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class Symbology1DBase : SymbologyBase
Inheritance: objectInheritanceContextPropagatorSymbologyBaseSymbology1DBase
Derived Classes:
Inherited Members
Constructors
Symbology1DBase()
Declaration
protected Symbology1DBase()
Fields
CodeTextSpacingProperty
Registers the CodeTextSpacing dependency property.
Declaration
public static readonly DependencyProperty CodeTextSpacingProperty
Field Value
DependencyProperty
HorizontalTextAlignmentProperty
Registers the HorizontalTextAlignment dependency property.
Declaration
public static readonly DependencyProperty HorizontalTextAlignmentProperty
Field Value
DependencyProperty
ShowTextProperty
Registers the ShowText dependency property.
Declaration
public static readonly DependencyProperty ShowTextProperty
Field Value
DependencyProperty
VerticalTextAlignmentProperty
Registers the VerticalTextAlignment dependency property.
Declaration
public static readonly DependencyProperty VerticalTextAlignmentProperty
Field Value
DependencyProperty
Properties
CodeTextSpacing
Gets or sets the spacing around the text.
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text displayed in the barcode.
Declaration
public RadAlignment HorizontalTextAlignment { get; set; }
Property Value
ShowText
Gets or sets a value indicating whether the text of the barcode should be drawn.
VerticalTextAlignment
Gets or sets the vertical alignment of the text displayed in the barcode.
Declaration
public RadAlignment VerticalTextAlignment { get; set; }
Property Value
Methods
OnSymbologyModelPropertyChanged(string)
Occurs when a property of the symbology model changes.
Declaration
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
protected override void OnSymbologyPropertyChanged()
Overrides