Class QRCodeGeneratorDisplayText
Inheritance
System.Object
QRCodeGeneratorDisplayText
Assembly: Syncfusion.EJ2.dll
Syntax
public class QRCodeGeneratorDisplayText : EJTagHelper
Constructors
QRCodeGeneratorDisplayText()
Declaration
public QRCodeGeneratorDisplayText()
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
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
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
Margin
Sets the space to be left between the text and its barcode.
Declaration
public QRCodeGeneratorDisplayTextMargin Margin { get; set; }
Property Value
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
public TextPosition Position { get; set; }
Property Value
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 |
|