class Infragistics.Documents.Reports.Report.Corners
   inherits Infragistics.Documents.Reports.SealableBase
   implements Infragistics.Documents.Reports.ISealable:

   def public property All as Infragistics.Documents.Reports.Report.Corner
      set.

   def public property BottomLeft as Infragistics.Documents.Reports.Report.Corner
      get.
      set.

   def public property BottomRight as Infragistics.Documents.Reports.Report.Corner
      get.
      set.

   def public property HasAll as logical
      get.

   def public property HasBottomLeft as logical
      get.

   def public property HasBottomRight as logical
      get.

   def public property HasTopLeft as logical
      get.

   def public property HasTopRight as logical
      get.

   def public property TopLeft as Infragistics.Documents.Reports.Report.Corner
      get.
      set.

   def public property TopRight as Infragistics.Documents.Reports.Report.Corner
      get.
      set.

   constructor public Corners():
   end constructor.

   constructor public Corners(input pen as Infragistics.Documents.Reports.Graphics.Pen, input radius as decimal):
   end constructor.

end class.
