MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / ImageLayout Enumeration

ImageLayout Enumeration
Represents image annotation layout
Syntax
'Declaration
 
Public Enum ImageLayout 
   Inherits System.Enum
 
Members
MemberDescription
BottomThe image is displayed at the bottom of the annotation area.
CenterThe image is displayed in the center of the annotation area.
LeftThe image is displayed at the left edge of the annotation area.
LeftBottomThe image is displayed at the bottom left corner of the annotation area.
LeftTopThe image is displayed at the upper left corner of the annotation area.
RightThe image is displayed at the right end of the annotation area.
RightBottomThe image is displayed at the bottom right corner of the annotation area.
RightTopThe image is displayed at the upper right corner of the annotation area.
StretchThe image is stretched to the region of the annotation regardless of the aspect ratio.
TileThe image is the actual size and is displayed side-by-side across the area of the annotation.
TopThe image is displayed at the top of the annotation area.
ZoomThe image is displayed according to the size of the control.
Inheritance Hierarchy

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

See Also