[]
Gets or sets a horizontal alignment of the picture inside the image report item.
public ExpressionInfo HorizontalAlignment { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | An ExpressionInfo object representing the horizontal alignment of the image. The default value is Left |
Image image = new Image();
image.HorizontalAlignment = ExpressionInfo.FromString("Right");