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