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


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