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


In This Topic
Location Property (CalloutArrowShape)
In This Topic
Gets or sets the location of the object.
Syntax
'Declaration
 
Public Overridable Property Location As Point
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Point
 
instance.Location = value
 
value = instance.Location
See Also