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