Defines how an element aligned horizontally.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum HorizontalAlignmentType
Visual Basic
Public Enumeration HorizontalAlignmentType
Visual C++
public enum class HorizontalAlignmentType

Members

Member nameValueDescription
Left0 Element aligned to the left.
Center1 Element centered horizontally.
Right2 Element aligned to the right.
Justified3 Element justified to both left and right.

See Also