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


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