ActiveReports Developer 7
PictureAlignment Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : PictureAlignment Enumeration

Glossary Item Box

Determines the position of the picture within the control area.

Syntax

Visual Basic (Declaration) 
Public Enum PictureAlignment 
   Inherits System.Enum
C# 
public enum PictureAlignment : System.Enum 

Members

MemberDescription
BottomLeftThe picture will print in the bottom left corner of the control.
BottomRightThe picture will print in the bottom right corner of the control.
CenterThe picture will be centered within the control.
TopLeftThe picture will print in the top left corner of the control.
TopRightThe picture will print in the top right corner of the control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.PictureAlignment

See Also

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.OleObject~PictureAlignment
ActiveReports6~GrapeCity.ActiveReports.Picture~PictureAlignment
GrapeCity.ActiveReports.v7~GrapeCity.ActiveReports.SectionReportModel~WatermarkAlignment