| Visual Basic (Declaration) | |
|---|---|
Public Enum PictureAlignment Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum PictureAlignment : Enum | |
| Member | Description |
|---|---|
| TopLeft | The picture will print in the top left corner of the control. |
| TopRight | The picture will print in the top right corner of the control. |
| Center | The picture will be centered within the control. |
| BottomLeft | The picture will print in the bottom left corner of the control. |
| BottomRight | The picture will print in the bottom right corner of the control. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.PictureAlignment