A Rectangle that represents the area of the Grid that needs to be repainted.

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

Syntax

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

Property Value

Type: Rectangle
The clip bounds.

See Also