ControlDesigner::ControlDesignerAccessibleObject::Bounds Property

 
Use BaseTrue

Gets the points that define the boundaries of the accessible object for the designer.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
property Rectangle Bounds {
	virtual Rectangle get() override;
}

Property Value

Type: System.Drawing::Rectangle

A Rectangle that indicates the boundaries of the accessible object for the designer.

.NET Framework
Available since 1.1
Return to top
Show: