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