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