Spread Windows Forms 12.0 Product Documentation
Rectangle Property (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : Rectangle Property
Gets or sets the rectangle for the control's dimensions.
Syntax
'Declaration
 
Public Overridable Property Rectangle As Rectangle
'Usage
 
Dim instance As ElementControl
Dim value As Rectangle
 
instance.Rectangle = value
 
value = instance.Rectangle
public virtual Rectangle Rectangle {get; set;}

Property Value

Rectangle object containing the bounding rectangle
Remarks

Provide a Rectangle object to specify the rectangle for the control's dimensions.

This property is available at run time only.

For more information, see the Rectangle structure in the Microsoft .NET Framework Reference.

See Also

Reference

ElementControl Class
ElementControl Members