Get or set the vertical alignment of the contained ParagraphCollection.

Namespace: TallComponents.PDF.Layout
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 VerticalAlignment property of the ParagraphCollection. It is provided because the ParagraphCollection class does not correspond to an XML element in the TallPDF.NET XML schema.

See Also