Class TextPosition
Represents the text position for the text to be rendered in the barcode.
Inheritance
System.Object
TextPosition
Namespace: Syncfusion.Blazor.BarcodeGenerator
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TextPosition : Enum
Examples
<SfBarcodeGenerator Width="200" Height="150" Value="65213323" Type="BarcodeType.Code11" >
<BarcodeGeneratorDisplayText Position = "TextPosition.Top" >
</ BarcodeGeneratorDisplayText >
</ SfBarcodeGenerator >
Fields
Bottom
Text will be rendered in the Bottom of the barcode element.
Declaration
public const TextPosition Bottom
Field Value
Type |
---|
TextPosition |
Top
Text will be rendered in the Top of the barcode element.
Declaration
public const TextPosition Top
Field Value
Type |
---|
TextPosition |