Table of Contents

Enum HorizontalAlignment

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Horizontal alignment modes.

public enum HorizontalAlignment

Fields

Center = 2

Aligns text from the center.

Left = 0

Aligns text from the left.

Right = 1

Aligns text from the right.