Spread Silverlight Documentation
X Property (GcRect)


GrapeCity.Excel Namespace > GcRect Structure : X Property
Gets or sets the x-axis value of the left side of the rectangle.
Syntax
'Declaration
 
Public Property X As System.Double
'Usage
 
Dim instance As GcRect
Dim value As System.Double
 
instance.X = value
 
value = instance.X
public System.double X {get; set;}
See Also

Reference

GcRect Structure
GcRect Members