Class VerticalAlignment
The possible vertical alignment options for text and other elements.
Inheritance
System.Object
VerticalAlignment
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class VerticalAlignment : Enum
Fields
Bottom
The text or element will be aligned to the bottom of its container.
Declaration
public const VerticalAlignment Bottom
Field Value
| Type | Description |
|---|---|
| VerticalAlignment |
Middle
The text or element will be vertically centered within its container.
Declaration
public const VerticalAlignment Middle
Field Value
| Type | Description |
|---|---|
| VerticalAlignment |
Top
The text or element will be aligned to the top of its container.
Declaration
public const VerticalAlignment Top
Field Value
| Type | Description |
|---|---|
| VerticalAlignment |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |