Class SymbologyBase
Inheritance
System.Object
SymbologyBase
Namespace: Telerik.Maui.Controls.Barcode
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class SymbologyBase : BindableObject
Constructors
SymbologyBase()
Declaration
protected SymbologyBase()
Fields
AutoChecksumProperty
Identifies the Auto
Declaration
public static readonly BindableProperty AutoChecksumProperty
Field Value
Microsoft.
|
ModuleProperty
Identifies the Module property.
Declaration
public static readonly BindableProperty ModuleProperty
Field Value
Microsoft.
|
SizingModeProperty
Identifies the Sizing
Declaration
public static readonly BindableProperty SizingModeProperty
Field Value
Microsoft.
|
Properties
AutoChecksum
Gets or sets whether the barcode should automatically calculate a checksum.
Declaration
public bool AutoChecksum { get; set; }
Property Value
System.
|
Module
Gets or sets a module by which the barcode can be scaled up.
Declaration
public int Module { get; set; }
Property Value
System.
|
SizingMode
Gets or sets whether the bars of the barcode should be stretched to fill the space available.
Declaration
public SizingMode SizingMode { get; set; }
Property Value
Methods
OnInternalSymbologyPropertyChanged(String)
Declaration
protected virtual void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
System.
|
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
OnSymbologyPropertyChanged(String)
Declaration
protected virtual void OnSymbologyPropertyChanged(string propertyName)
Parameters
System.
|