Rectangle Property (PSObject)
In This Topic
Gets the rectangular coordinates of the element.
Syntax
'Declaration
Public Overridable ReadOnly Property Rectangle As Rectangle
'Usage
Dim instance As PSObject
Dim value As Rectangle
value = instance.Rectangle
public virtual Rectangle Rectangle {get;}
See Also