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

Returns the region of this element. The default returns the element's Rect as a region. This method can be overriden to supply an irregularly shaped region

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Region As Region
C# 
public virtual Region Region {get;}

See Also