Class SymbologyBase
Base class for defining a symbology type. A symbology defines the format/algorithm used to convert the Value of the Barcode to a visual barcode representation.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class SymbologyBase : InheritanceContextPropagator
Constructors
SymbologyBase()
Declaration
protected SymbologyBase()
Fields
AutoChecksumProperty
Registers the AutoChecksum dependency property.
Declaration
public static readonly DependencyProperty AutoChecksumProperty
Field Value
System.Windows.DependencyProperty
|
ModuleProperty
Registers the Module dependency property.
Declaration
public static readonly DependencyProperty ModuleProperty
Field Value
System.Windows.DependencyProperty
|
SizingModeProperty
Registers the SizingMode dependency property.
Declaration
public static readonly DependencyProperty SizingModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AutoChecksum
Gets or sets a value indicating whether the checksum will be automatically added to the end of the text.
Declaration
public bool AutoChecksum { get; set; }
Property Value
System.Boolean
|
Module
Gets or sets the module of the barcode.
Declaration
public int Module { get; set; }
Property Value
System.Int32
|
SizingMode
Gets or sets the sizing mode of this barcode symbology.
Declaration
public SizingMode SizingMode { get; set; }
Property Value
SizingMode
|
Methods
OnSymbologyModelPropertyChanged(String)
Occurs when a property of the symbology model changes.
Declaration
protected virtual void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
protected virtual void OnSymbologyPropertyChanged()