| Visual Basic (Declaration) | |
|---|---|
Public Enum PicturePutStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum PicturePutStyle : System.Enum | |
| Member | Description |
|---|---|
| Bottom | The image is aligned to the bottom. |
| Centered | The image is centered. |
| Left | The image is aligned to the left. |
| Right | The image is aligned to the right. |
| Stretched | The image is stretched to fill the backdrop. |
| Tiled | The image is tiled. |
| Top | The image is aligned to the top. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle