Table of Contents

Enum VerticalAlignment

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Vertical alignment modes.

public enum VerticalAlignment

Fields

Baseline = 3

Aligns text to the baseline.

Bottom = 2

Aligns text upwards from the bottom.

Center = 1

Aligns text up and down from the middle.

Top = 0

Aligns downward from the top.