Gets the virtual bounds of the Column.

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

Syntax

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

Property Value

Type: Rectangle
The virtual bounds.

Remarks

If the end user scrolls columns, some part of the Column can became invisible. This property returns the full bounds of the Column even it is partially visible.

See Also