Back to Devexpress

FontAlignmentType Enum

officefileapi-devexpress-dot-docs-dot-presentation-6eb559ce.md

latest1.2 KB
Original Source

FontAlignmentType Enum

Lists font alignment types.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum FontAlignmentType
vb
Public Enum FontAlignmentType

Members

NameDescription
Automatic

Text is aligned automatically.

| | Top |

Text is aligned to the top of the line.

| | Center |

Text is aligned to the center of each character.

| | Baseline |

Text is aligned to the baseline of each character.

| | Bottom |

Text is aligned to the bottom of the line.

|

The following properties accept/return FontAlignmentType values:

See Also

DevExpress.Docs.Presentation Namespace