ClassSymbologyBase
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.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class SymbologyBase : InheritanceContextPropagator
Inheritance: objectInheritanceContextPropagatorSymbologyBase
Derived Classes:
Inherited Members
Constructors
SymbologyBase()
Declaration
protected SymbologyBase()
Fields
AutoChecksumProperty
Registers the AutoChecksum dependency property.
Declaration
public static readonly DependencyProperty AutoChecksumProperty
Field Value
DependencyProperty
ModuleProperty
Registers the Module dependency property.
Declaration
public static readonly DependencyProperty ModuleProperty
Field Value
DependencyProperty
SizingModeProperty
Registers the SizingMode dependency property.
Declaration
public static readonly DependencyProperty SizingModeProperty
Field Value
DependencyProperty
Properties
AutoChecksum
Gets or sets a value indicating whether the checksum will be automatically added to the end of the text.
Module
Gets or sets the module of the barcode.
SizingMode
Gets or sets the sizing mode of this barcode symbology.
Methods
OnSymbologyModelPropertyChanged(string)
Occurs when a property of the symbology model changes.
Declaration
protected virtual void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
propertyName
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
protected virtual void OnSymbologyPropertyChanged()