Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / Location Property


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