ActiveReports Developer 7
Y Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleEx Class : Y Property

Glossary Item Box

Gets or sets the y-coordinate of the upper-left corner of this Rectangle structure.

Syntax

Visual Basic (Declaration) 
Public Property Y As System.Integer
C# 
public System.int Y {get; set;}

See Also