ActiveReports Developer 7
PicturePutStyle Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace : PicturePutStyle Enumeration

Glossary Item Box

Specifies how the image is aligned inside the backdrop.

Syntax

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

Members

MemberDescription
BottomThe image is aligned to the bottom.
CenteredThe image is centered.
LeftThe image is aligned to the left.
RightThe image is aligned to the right.
StretchedThe image is stretched to fill the backdrop.
TiledThe image is tiled.
TopThe image is aligned to the top.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle

See Also