Version

Rectangle Class Properties

For a list of all members of this type, see Rectangle members.

Public Properties
 NameDescription
Public PropertyHeightGets or sets the height of the rectangle.  
Public PropertyIsEmptyGets a boolean value indicating whether this rectangle is empty.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyLocationGets or sets a Point object that represents the upper-left corner of the rectangle.  
Public PropertySizeGets or sets a Size object that represents the width and the height of the rectangle.  
Public PropertyWidthGets or sets the width of the rectangle.  
Public PropertyXGets or sets X-coordinate of the upper-left corner of the rectangle.  
Public PropertyYGets or sets Y-coordinate of the upper-left corner of the rectangle.  
See Also