Defines how an element aligned vertically.

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

Syntax

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

Members

Member nameValueDescription
Top0 Element aligned to the top.
Center1 Element centered vertically.
Bottom2 Element aligned to the bottom.
Justified3 Element justified to both top and bottom.

See Also