Class TextLine
Text line used to display only text. Needs type set to 'text'.
Implements
Namespace: anybill.POS.Client.Models.Bill.Data.Line.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class TextLine : LineBase, ILine
Constructors
TextLine()
Declaration
public TextLine()
Properties
AdditionalText
Additional text to be displayed.
Declaration
public override string AdditionalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Extension
Anybill specific extensions.
Declaration
public AnybillTextLineExtension Extension { get; set; }
Property Value
Type | Description |
---|---|
AnybillTextLineExtension |
Text
Text to be displayed.
Declaration
public override string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |