menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved