Infragistics2.Win.v8.1
ClipRect Property
See Also 
Infragistics.Win Namespace > UIElement Class : ClipRect Property

Returns the intersection of this element's rect's with all of its parent element's rects

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ClipRect As Rectangle
C# 
public Rectangle ClipRect {get;}

See Also