Class TextLine
- Assembly
- anybill.POS.Client.Abstractions.dll
Text line used to display only text. Needs type set to 'text'.
public class TextLine : TextLineBase
- Inheritance
-
TextLine
- Inherited Members
Constructors
TextLine()
public TextLine()
Properties
AdditionalText
Additional text to be displayed.
public override string AdditionalText { get; set; }
Property Value
Extension
Anybill specific extensions.
public AnybillTextLineExtension Extension { get; set; }
Property Value
Text
Text to be displayed.
public override string Text { get; set; }