DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Bounds 属性
定义
获取列的边框。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
属性值
一个 Rectangle,它拥有该列的边框值。A Rectangle that contains the bounding values of the column.