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


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

Property Value

The x-coordinate of the left edge of this Rect structure.
See Also