ActiveReports.Chart Request technical support
PicturePutStyle Enumeration
See Also  


Specifies how the image is aligned inside the backdrop.

Syntax

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

Members

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

Inheritance Hierarchy

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

See Also