HorzAlignValue Enumeration |
Specifies the horizontal alignment of text in the shape's text block.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum HorzAlignValue
Public Enumeration HorzAlignValue
public enum class HorzAlignValue
Members
| Member name | Value | Description |
---|
| LeftAlign | 0 |
Left align.
|
| Center | 1 |
Center.
|
| RightAlign | 2 |
Right align.
|
| Justify | 3 |
Justify.
|
| ForceJustify | 4 |
Force justify.
|
| Undefined | -2147483648 |
Undefined.
|
See Also