Class Barcode2DSettings
Barcode2DSettings class is used to configure the properties of 2D Barcode.
Namespace: Syncfusion.SfBarcode.XForms
Assembly: Syncfusion.SfBarcode.XForms.dll
Syntax
public class Barcode2DSettings : BarcodeSettings
Constructors
Barcode2DSettings()
Declaration
public Barcode2DSettings()
Fields
XDimensionProperty
Gets or sets the XDimension
property.
Declaration
public static readonly BindableProperty XDimensionProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
XDimension
The XDimension
property is used to set the XDimension for 2D Barcode. This is a bindable property.
Declaration
public float XDimension { get; set; }
Property Value
Type | Description |
---|---|
System.Single | This property takes the System.Single value. |