Class SymbologyBase
Inheritance
System.Object
SymbologyBase
Namespace: Telerik.Maui.Controls.Compatibility.Barcode
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class SymbologyBase : BindableObject
Constructors
SymbologyBase()
Declaration
protected SymbologyBase()
Fields
AutoChecksumProperty
Declaration
public static readonly BindableProperty AutoChecksumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ModuleProperty
Declaration
public static readonly BindableProperty ModuleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SizingModeProperty
Declaration
public static readonly BindableProperty SizingModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AutoChecksum
Gets or sets whether the barcode should automatically calculate a checksum.
Declaration
public bool AutoChecksum { get; set; }
Property Value
System.Boolean
|
Module
Gets or sets a module by which the barcode can be scaled up.
Declaration
public int Module { get; set; }
Property Value
System.Int32
|
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
SizingMode
|
Methods
OnInternalSymbologyPropertyChanged(String)
Declaration
protected virtual void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
OnSymbologyPropertyChanged(String)
Declaration
protected virtual void OnSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|