Click or drag to resize

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)
Syntax
public enum HorzAlignValue
Members
  Member nameValueDescription
LeftAlign0 Left align.
Center1 Center.
RightAlign2 Right align.
Justify3 Justify.
ForceJustify4 Force justify.
Undefined-2147483648 Undefined.
See Also