Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Left Property


In This Topic
    Left Property (PSObject)
    In This Topic
    Gets or sets the x-coordinate of the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property Left As Integer
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public virtual int Left {get; set;}
    See Also