interface Infragistics.Documents.Reports.Report.Shapes.IRectangle:

   def public property Pen as Infragistics.Documents.Reports.Graphics.Pen
      get.
      set.

   def public property Brush as Infragistics.Documents.Reports.Graphics.Brush
      get.
      set.

   def public property X as decimal
      get.
      set.

   def public property Y as decimal
      get.
      set.

   def public property Width as decimal
      get.
      set.

   def public property Height as decimal
      get.
      set.

   def public property Radius as decimal
      get.
      set.

   def public property Angle as decimal
      get.
      set.

end interface.
