Infragistics(R) NetAdvantage(R) Windows Forms
Region Property
See Also  E-mail your feedback on this topic.
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