Class BarcodeQuietZones
Represents the Class for specifying Quiet zones around the barcode.
Inheritance
System.Object
BarcodeQuietZones
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public sealed class BarcodeQuietZones : Object
Constructors
BarcodeQuietZones()
Declaration
public BarcodeQuietZones()
Properties
All
Gets or sets the quiet zones around the bar code.
Declaration
public float All { get; set; }
Property Value
Type |
---|
System.Single |
Bottom
Gets or sets the quiet zones at bottom of the barcode.
Declaration
public float Bottom { get; set; }
Property Value
Type |
---|
System.Single |
IsAll
Check whether all the margin values are equal.
Declaration
public bool IsAll { get; }
Property Value
Type |
---|
System.Boolean |
Left
Gets or sets the quiet zones at the left side of the barcode.
Declaration
public float Left { get; set; }
Property Value
Type |
---|
System.Single |
Right
Gets or sets the quiet zones at the right side of the barcode.
Declaration
public float Right { get; set; }
Property Value
Type |
---|
System.Single |
Top
Gets or sets the quiet zones at Top of the barcode.
Declaration
public float Top { get; set; }
Property Value
Type |
---|
System.Single |