Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Rectangle Property


In This Topic
Rectangle Property (ElementControl)
In This Topic
Gets or sets the rectangle in the client area of the control.
Syntax
'Declaration
 
Public Overridable Property Rectangle As Rectangle
 
'Usage
 
Dim instance As ElementControl
Dim value As Rectangle
 
instance.Rectangle = value
 
value = instance.Rectangle
See Also