DataGridColumnStyle::DataGridColumnHeaderAccessibleObject::Bounds Property

 

Gets the bounding rectangle of a column.

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

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

Property Value

Type: System.Drawing::Rectangle

A Rectangle that contains the bounding values of the column.

.NET Framework
Available since 1.1
Return to top
Show: