Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextPosition

    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 Description
    TextPosition

    Top

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

    Declaration
    public const TextPosition Top
    Field Value
    Type Description
    TextPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved