Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
The header bounds.
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: RectangleThe 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.