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 equivalent to setting and getting the VerticalAlignment property of the ParagraphCollection. It is provided because the ParagraphCollection class is implicit in the TallPDF.NET XML schema.

See Also