FlowDirection Enumeration
|
This enum represents flow direction of the
multiline text.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum FlowDirection
Public Enumeration FlowDirection
public enum class FlowDirection
Members
| Member name |
Value |
Description |
| NotSet |
0 |
Not set. |
| LeftToRight |
1 |
Left to right. |
| RightToLeft |
2 |
Right to left. |
| TopToBottom |
3 |
Top to bottom. |
| BottomToTop |
4 |
Bottom to top. |
| ByStyle |
5 |
Defined by style. |
See Also