Get or set the horizontal alignment of the paragraph.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public HorizontalAlignment HorizontalAlignment { get; set; }
Visual Basic
Public Property HorizontalAlignment As HorizontalAlignment
	Get
	Set

Remarks

How the complete paragraph is horizontally aligned on the page with respect to the left and right page margins.

See Also