
Gets or sets the horizontal alignment of an image or text frame which is anchored to a paragraph.
Introduced: 15.1.
[C#]
public HorizontalAlignment Alignment { get; set; }
[Visual Basic]
Public Property Alignment() As HorizontalAlignment
| Value | Description | |
| Left | The image or text frame is left aligned. | |
| Right | The image or text frame is right aligned. | |
| Center | The image or text frame is centered. | |
| Justify | This value cannot be used for images and text frames. |
If the image or text frame has another Location than left, right or center, this property returns zero.