Class TextCustomSectionData
- Assembly
- anybill.POS.Client.Abstractions.dll
Text section
public class TextCustomSectionData : CustomSectionDataBase, ICustomSectionData
- Inheritance
-
TextCustomSectionData
- Implements
- Inherited Members
Properties
Alignment
Optional alignment parameter for the text. Default Value: left
public CustomSectionDataAlignment? Alignment { get; set; }
Property Value
Text
Text.
public string Text { get; set; }
Property Value
Type
Type of the custom section.
public string Type { get; }