ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataMatrixGeneratorDisplayText - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataMatrixGeneratorDisplayText

    Inheritance
    System.Object
    EJTagHelper
    DataMatrixGeneratorDisplayText
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.BarcodeGenerator
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DataMatrixGeneratorDisplayText : EJTagHelper

    Constructors

    DataMatrixGeneratorDisplayText()

    Declaration
    public DataMatrixGeneratorDisplayText()

    Properties

    Alignment

    Defines the horizontal alignment of the text. Left - Aligns the text at the left Right - Aligns the text at the Right Center - Aligns the text at the Center

    Declaration
    public Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Font

    Defines the font style of the text

    Declaration
    public string Font { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Margin

    Sets the space to be left between the text and its barcode.

    Declaration
    public DataMatrixGeneratorDisplayTextMargin Margin { get; set; }
    Property Value
    Type Description
    DataMatrixGeneratorDisplayTextMargin

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Position

    Defines the position of the text. Bottom - Position the text at the Bottom Top - Position the text at the Top

    Declaration
    public TextPosition Position { get; set; }
    Property Value
    Type Description
    TextPosition

    Size

    Defines the size of the text.

    Declaration
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    Text

    Sets the textual description of the barcode.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Visibility

    Defines the visibility of the text.

    Declaration
    public bool Visibility { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved