Gets the bounds of Header which corresponds to this Row.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Rectangle HeaderBounds { get; }
Visual Basic
Public ReadOnly Property HeaderBounds As Rectangle
	Get
Visual C++
public:
property Rectangle HeaderBounds {
	Rectangle get ();
}
F#
member HeaderBounds : Rectangle with get

Property Value

Type: Rectangle
The header bounds.

Remarks

If the Row is on the top hierarchical level, then the bounds of the top Header are returned. If this Row is a child of other Row, then the bounds of subheader are returned.

See Also