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

Returning true causes all drawing of this element to be expicitly clipped to its region

Syntax

Visual Basic (Declaration) 
Protected Overridable ReadOnly Property ClipSelf As Boolean
C# 
protected virtual bool ClipSelf {get;}

See Also