ActiveReports 12
PicturePutStyle Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace : PicturePutStyle Enumeration
Specifies how the image is aligned inside the backdrop.
Syntax
'Declaration
 
Public Enum PicturePutStyle 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Chart.Graphics Namespace