Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Y Property


In This Topic
Y Property (Rectangle)
In This Topic
Gets or sets the y-coordinate of the top edge of this Rect structure.
Syntax
'Declaration
 
Public Property Y As Double
 
'Usage
 
Dim instance As Rectangle
Dim value As Double
 
instance.Y = value
 
value = instance.Y

Property Value

The y-coordinate of the top edge of this Rect structure.
See Also