[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.PictureAlignment

PictureAlignment Enum

Determines the position of the picture within the control area.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum PictureAlignment

Fields

Name Description
BottomLeft

The picture will print in the bottom left corner of the control.

BottomRight

The picture will print in the bottom right corner of the control.

Center

The picture will be centered within the control.

TopLeft

The picture will print in the top left corner of the control.

TopRight

The picture will print in the top right corner of the control.

Extension Methods