DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Bounds Property

Definition

Gets the bounding rectangle of a column.

public:
 virtual property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public override System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public Overrides ReadOnly Property Bounds As Rectangle

Property Value

A Rectangle that contains the bounding values of the column.

Applies to