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