Table of Contents

Enum ParagraphAlignment

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

Specifies the alignment of paragraph text along the flow direction axis, relative to the top and bottom of the flow's layout box.

public enum ParagraphAlignment

Fields

Near = 0

The top of the text flow is aligned to the top edge of the layout box.

Far = 1

The bottom of the text flow is aligned to the bottom edge of the layout box.

Center = 2

The center of the flow is aligned to the center of the layout box.