Reporting

Gets or sets the y-coordinate of this PointU

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

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

Field Value

The y-coordinate of this PointU.

See Also