Y-position of the lower-left corner, center or start point (depending on shape type).

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public double Y { get; set; }
Visual Basic
Public Property Y As Double
	Get
	Set

Remarks

For MultilineTextShape (and derived) it is the top-left corner.

See Also