Class BidimensionalBarcode
Base class for all two dimensional barcodes.
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public abstract class BidimensionalBarcode : Object
Constructors
BidimensionalBarcode()
Initializes two dimensional barcode.
Declaration
public BidimensionalBarcode()
Properties
BackColor
Gets or sets BackColor for the barcode.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
ForeColor
Gets or sets the foreground color of the barcode.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
QuietZone
Gets or sets Quietzone for the barcode.
Declaration
public BarcodeQuietZones QuietZone { get; set; }
Property Value
Type |
---|
BarcodeQuietZones |
Text
Gets or sets the barcode text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
XDimension
Gets or sets the dimension for the barcode.
Declaration
public float XDimension { get; set; }
Property Value
Type |
---|
System.Single |