Class Symbology1DBase
Provides a base class for all 1-dimensional barcodes.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class Symbology1DBase : SymbologyBase
Constructors
Symbology1DBase()
Declaration
protected Symbology1DBase()
Fields
CodeTextSpacingProperty
Registers the CodeTextSpacing dependency property.
Declaration
public static readonly DependencyProperty CodeTextSpacingProperty
Field Value
System.Windows.DependencyProperty
|
HorizontalTextAlignmentProperty
Registers the HorizontalTextAlignment dependency property.
Declaration
public static readonly DependencyProperty HorizontalTextAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
ShowTextProperty
Registers the ShowText dependency property.
Declaration
public static readonly DependencyProperty ShowTextProperty
Field Value
System.Windows.DependencyProperty
|
VerticalTextAlignmentProperty
Registers the VerticalTextAlignment dependency property.
Declaration
public static readonly DependencyProperty VerticalTextAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CodeTextSpacing
Gets or sets the spacing around the text.
Declaration
public double CodeTextSpacing { get; set; }
Property Value
System.Double
|
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text displayed in the barcode.
Declaration
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
public bool ShowText { get; set; }
Property Value
System.Boolean
|
VerticalTextAlignment
Gets or sets the vertical alignment of the text displayed in the barcode.
Declaration
public RadAlignment VerticalTextAlignment { get; set; }
Property Value
RadAlignment
|
Methods
OnSymbologyModelPropertyChanged(String)
Occurs when a property of the symbology model changes.
Declaration
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
protected override void OnSymbologyPropertyChanged()