.NET Framework Class Library
HAlignment Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > HAlignment Enumeration |
Defines how pages are horizontally aligned.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration HAlignment |
C# |
public enum HAlignment |
Visual C++ |
public enum class HAlignment |
Member name |
Value |
Description |
|
Left |
0 |
||
Right |
1 |
||
Center |
2 |
||
Justify |
3 |
||
General |
4 |
||
Distribute |
5 |
||
List |
6 |