interface Infragistics.Documents.Reports.Report.Shapes.IArc:

   def public property Pen as Infragistics.Documents.Reports.Graphics.Pen
      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 StartAngle as decimal
      get.
      set.

   def public property EndAngle as decimal
      get.
      set.

   def public property Angle as decimal
      get.
      set.

end interface.
