Class BarcodeGeneratorDisplayText
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.BarcodeGenerator
Assembly: Syncfusion.EJ2.dll
Syntax
public class BarcodeGeneratorDisplayText : EJTagHelper
Constructors
BarcodeGeneratorDisplayText()
Declaration
public BarcodeGeneratorDisplayText()
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
[HtmlAttributeName("alignment")]
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
[HtmlAttributeName("font")]
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
Margin
Sets the space to be left between the text and its barcode.
Declaration
[HtmlAttributeName("margin")]
public BarcodeGeneratorMargin Margin { get; set; }
Property Value
Type | Description |
---|---|
BarcodeGeneratorMargin |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Position
Defines the position of the text. Bottom - Position the text at the Bottom Top - Position the text at the Top
Declaration
[HtmlAttributeName("position")]
public TextPosition Position { get; set; }
Property Value
Type | Description |
---|---|
TextPosition |
Size
Defines the size of the text.
Declaration
[HtmlAttributeName("size")]
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Text
Sets the textual description of the barcode.
Declaration
[HtmlAttributeName("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visibility
Defines the visibility of the text.
Declaration
[HtmlAttributeName("visibility")]
public bool Visibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |