Class TextCustomSectionData
Text section
Implements
Inherited Members
Namespace: anybill.POS.Client.Models.Bill.Misc.Extension.CustomSection.CustomSectionData
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class TextCustomSectionData : CustomSectionDataBase, ICustomSectionData
Properties
Alignment
Optional alignment parameter for the text. Default Value: left
Declaration
public CustomSectionDataAlignment? Alignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CustomSectionDataAlignment> |
Text
Text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type of the custom section.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |