ActiveReports Developer 7
ImageLayout Enumeration
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace : ImageLayout Enumeration

Glossary Item Box

Specifies the positioning for Annotation Images.

Syntax

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

Members

MemberDescription
BottomThe bottom edge of the image is aligned with the bottom edge of the annotation rectangle.
CenterThe image is centered within the annotation rectangle.
LeftThe left edge of the image is aligned with the left edge of the annotation rectangle.
LeftBottomThe left and bottom edges of the image are aligned with the left and bottom edges of the annotation rectangle.
LeftTopThe left and top edges of the image are aligned with the left and top edges of the annotation rectangle.
RightThe right edge of the image is aligned with the right edge of the annotation rectangle.
RightBottomThe right and bottom edges of the image are aligned with the right and bottom edges of the annotation rectangle.
RightTopThe right and top edges of the image are aligned with the right and top edges of the annotation rectangle.
StretchThe image is stretched (or shrunk) to fit the annotation rectangle exactly without regard to aspect ratio.
TileThe image, at its actual size, is tiled within the annotation rectangle.
TopThe top edge of the image is aligned with the top edge of the annotation rectangle.
ZoomThe image is resized to fit within the control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.Annotations.ImageLayout

See Also