Class BarcodeQuietZone
BarcodeQuietZone class is used to configure the encoding properties of Barcode.
Inheritance
Namespace: Syncfusion.SfBarcode.XForms
Assembly: Syncfusion.SfBarcode.XForms.dll
Syntax
public class BarcodeQuietZone : BindableObject
Constructors
BarcodeQuietZone()
Declaration
public BarcodeQuietZone()
Fields
AllProperty
Using a BindableProperty as the backing store for All.
Declaration
public static readonly BindableProperty AllProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty | This property takes the System.Single value. |
BottomProperty
Using a BindableProperty as the backing store for Bottom.
Declaration
public static readonly BindableProperty BottomProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty | This property takes the System.Single value. |
IsAllProperty
Using a BindableProperty as the backing store for IsAll.
Declaration
public static readonly BindableProperty IsAllProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty | This property takes the System.Boolean value. |
LeftProperty
Using a BindableProperty as the backing store for Left.
Declaration
public static readonly BindableProperty LeftProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty | This property takes the System.Single value. |
RightProperty
Using a BindableProperty as the backing store for Right.
Declaration
public static readonly BindableProperty RightProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty | This property takes the System.Single value. |
TopProperty
Using a BindableProperty as the backing store for Top.
Declaration
public static readonly BindableProperty TopProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty | This property takes the System.Single value. |
Properties
All
Gets or sets the All of Barcode to encode.
Declaration
public float All { get; set; }
Property Value
Type |
---|
System.Single |
Bottom
Gets or sets the Bottom of Barcode to encode.
Declaration
public float Bottom { get; set; }
Property Value
Type |
---|
System.Single |
IsAll
Gets or sets the IsAll of Barcode to encode.
Declaration
public bool IsAll { get; }
Property Value
Type |
---|
System.Boolean |
Left
Gets or sets the Left of Barcode to encode.
Declaration
public float Left { get; set; }
Property Value
Type |
---|
System.Single |
Right
Gets or sets the Right of Barcode to encode.
Declaration
public float Right { get; set; }
Property Value
Type |
---|
System.Single |
Top
Gets or sets the Top of Barcode to encode.
Declaration
public float Top { get; set; }
Property Value
Type |
---|
System.Single |