'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;}
'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;}
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.