Class Barcode1DSettings
Barcode1DSettings class is used to configure the properties of 1D Barcode.
Inheritance
Namespace: Syncfusion.SfBarcode.XForms
Assembly: Syncfusion.SfBarcode.XForms.dll
Syntax
public class Barcode1DSettings : BarcodeSettings
Constructors
Barcode1DSettings()
Declaration
public Barcode1DSettings()
Fields
BarHeightProperty
Gets or sets the BarHeight
property.
Declaration
public static readonly BindableProperty BarHeightProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
EnableCheckDigitProperty
Gets or sets the EnableCheckDigit
property.
Declaration
public static readonly BindableProperty EnableCheckDigitProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
EncodeStartStopSymbolsProperty
Gets or sets the EncodeStartStopSymbols
property.
Declaration
public static readonly BindableProperty EncodeStartStopSymbolsProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
NarrowBarWidthProperty
Gets or sets the NarrowBarWidth
property.
Declaration
public static readonly BindableProperty NarrowBarWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ShowCheckDigitProperty
Gets or sets the ShowCheckDigit
property.
Declaration
public static readonly BindableProperty ShowCheckDigitProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BarHeight
The BarHeight
property is used to set the BarHeight of the 1D Barcode. This is a bindable property.
Declaration
public float BarHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single | This property takes the System.Single value. |
EnableCheckDigit
The EnableCheckDigit
property is used to enable or disable the checkdigit in the Barcode UI. This is a bindable property.
Declaration
public bool EnableCheckDigit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | This property takes the System.Boolean value. |
EncodeStartStopSymbols
The EncodeStartStopSymbols
property is used to enable or disable the EncodeStartStopSymbols in the Barcode UI. This is a bindable property.
Declaration
public bool EncodeStartStopSymbols { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | This property takes the System.Boolean value. |
NarrowBarWidth
The NarrowBarWidth
property is used to set the width of the NarrowBar in the 1D Barcode. This is a bindable property.
Declaration
public float NarrowBarWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single | This property takes the System.Single value. |
ShowCheckDigit
The ShowCheckDigit
property is used for enable or disabe the ShowCheckDigit in the Barcode UI. This is a bindable property.
Declaration
public bool ShowCheckDigit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | This property takes the System.Boolean value. |