Location Property (XShape)
In This Topic
Gets or sets the location of the object.
Syntax
'Declaration
Public Overridable Property Location As Point
'Usage
Dim instance As XShape
Dim value As Point
instance.Location = value
value = instance.Location
public virtual Point Location {get; set;}
See Also