Symbology1DBase
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
protected Symbology1DBase()
Fields
CodeTextSpacingProperty
DependencyProperty
Registers the CodeTextSpacing dependency property.
public static readonly DependencyProperty CodeTextSpacingProperty
HorizontalTextAlignmentProperty
DependencyProperty
Registers the HorizontalTextAlignment dependency property.
public static readonly DependencyProperty HorizontalTextAlignmentProperty
ShowTextProperty
DependencyProperty
Registers the ShowText dependency property.
public static readonly DependencyProperty ShowTextProperty
VerticalTextAlignmentProperty
DependencyProperty
Registers the VerticalTextAlignment dependency property.
public static readonly DependencyProperty VerticalTextAlignmentProperty
Properties
Gets or sets the spacing around the text.
public double CodeTextSpacing { get; set; }
Gets or sets the horizontal alignment of the text displayed in the barcode.
public RadAlignment HorizontalTextAlignment { get; set; }
Gets or sets a value indicating whether the text of the barcode should be drawn.
public bool ShowText { get; set; }
Gets or sets the vertical alignment of the text displayed in the barcode.
public RadAlignment VerticalTextAlignment { get; set; }
Methods
Occurs when a property of the symbology model changes.
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Overrides:
Occurs when a property of the symbology changes.
protected override void OnSymbologyPropertyChanged()
Overrides: