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


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