TextHorizontalMode Enumeration
|
This enumeration represents horizontal
alignment mode for a Text entity.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public enum TextHorizontalMode
Public Enumeration TextHorizontalMode
public enum class TextHorizontalMode
Members
| Member name |
Value |
Description |
| TextLeft |
0 |
|
| TextCenter |
1 |
|
| TextRight |
2 |
|
| TextAlign |
3 |
|
| TextMid |
4 |
|
| TextFit |
5 |
|
See Also