ClassSymbologyBase
Base class for defining a symbology type. A symbology defines the format / algorithm used to convert the Value of te Barcode to a visual barcode representation.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class SymbologyBase : DependencyObject
Inheritance: objectSymbologyBase
Derived Classes:
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 ofr this barcode symbology.
Methods
OnInternalSymbologyPropertyChanged(string)
Declaration
protected virtual void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
OnSymbologyPropertyChanged()
Declaration
protected virtual void OnSymbologyPropertyChanged()