alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum TextPosition

    Represents the text position for the text to be rendered in the barcode.

    Namespace: Syncfusion.Blazor.BarcodeGenerator
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum TextPosition
    Examples
    <SfBarcodeGenerator Width="200" Height="150" Value="65213323" Type="BarcodeType.Code11" >
      <BarcodeGeneratorDisplayText Position = "TextPosition.Top" >
      </ BarcodeGeneratorDisplayText >
    </ SfBarcodeGenerator >

    Fields

    Name Description
    Bottom

    Text will be rendered in the Bottom of the barcode element.

    Top

    Text will be rendered in the Top of the barcode element.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved