ActiveReports3 Request technical support
PictureAlignment Enumeration
See Also  


Determines the position of the picture within the control area.

Syntax

Visual Basic (Declaration) 
Public Enum PictureAlignment 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PictureAlignment
C# 
public enum PictureAlignment : Enum 

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.PictureAlignment

See Also