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

Returns true if the entire elment is visible or false if any part is clipped

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsFullyVisible As Boolean
C# 
public bool IsFullyVisible {get;}

See Also