FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / Left Property


In This Topic
Left Property (RoundedRectangleShape)
In This Topic
Gets or sets the x-coordinate of the object.
Syntax
'Declaration
 
Public Overridable Property Left As Integer
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
See Also