VerticalAlignment Property (Image)
Gets or sets a vertical alignment of the picture inside the image report item.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the vertical alignment of the image. The default value is
VerticalAlign.Top
Image image = new Image();
image.VerticalAlignment = ExpressionInfo.FromString("Middle");