Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Location Property


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