[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Image.VerticalAlignment

VerticalAlignment Property

VerticalAlignment

Gets or sets a vertical alignment of the picture inside the image report item.

Declaration
public ExpressionInfo VerticalAlignment { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the vertical alignment of the image. The default value is Top

Examples
Image image = new Image();
image.VerticalAlignment = ExpressionInfo.FromString("Middle");