Align modes.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum AlignAction |
| Visual Basic (Declaration) |
|---|
Public Enumeration AlignAction |
| Visual C++ |
|---|
public enum class AlignAction |
Members
| Member name | Description | |
|---|---|---|
| None | Do not align. | |
| Near | Align to top/left. | |
| Center | Align to center. | |
| Far | Align to bottom/right. | |
| Justify | Justify. |