[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Image.HorizontalAlignment

HorizontalAlignment Property

HorizontalAlignment

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

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

An ExpressionInfo object representing the horizontal alignment of the image. The default value is Left

Examples
Image image = new Image();
image.HorizontalAlignment = ExpressionInfo.FromString("Right");