Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ShapeClipboardObject Class / Left Property


In This Topic
Left Property (ShapeClipboardObject)
In This Topic
Gets or sets the near (left) side.
Syntax
'Declaration
 
Public Overridable Property Left As Integer
 
'Usage
 
Dim instance As ShapeClipboardObject
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
See Also