Get or set the vertical alignment of the contained Paragraphs collection.

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

Syntax

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

Remarks

Setting or getting this property is equivalen to setting and getting the VAlignment property of the Paragraphs collection. Vertical alignment works within space available in the Row. Use the Row's MinHeight to create room for alignment if needed.

For horizontal alignment, set the HorizontalAlignment on each Paragraph in the cell.

This property maps directly to the VerticalAlignment property on the Paragraphs collection. It is provided because the Paragraphs class is not normally used in XML declarations.

See Also