Class BarcodeTextLocation
Specifies the barcode text display location.
Inheritance
System.Object
BarcodeTextLocation
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public sealed class BarcodeTextLocation : Enum
Fields
Bottom
Displays text, at the bottom of the barcode.
Declaration
public const BarcodeTextLocation Bottom
Field Value
Type |
---|
BarcodeTextLocation |
None
Displays, no text.
Declaration
public const BarcodeTextLocation None
Field Value
Type |
---|
BarcodeTextLocation |
Top
Displays text, above the barcode.
Declaration
public const BarcodeTextLocation Top
Field Value
Type |
---|
BarcodeTextLocation |