StiTxtBorderType Enumeration |
Enumeration describes a type of the border.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiTxtBorderType
Public Enumeration StiTxtBorderType
Members
| Member name | Value | Description |
---|
| Simple | 1 |
A border which consists of "+","-","|" symbols.
|
| UnicodeSingle | 2 |
A border which consists of character graphics symbols.
A Single type of the border.
|
| UnicodeDouble | 3 |
A border consists of character graphics symbols.
A Double type of the border.
|
See Also