interface Infragistics.Documents.Reports.Report.Shapes.ILabel:

   def public property Font as Infragistics.Documents.Reports.Graphics.Font
      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 Text as character
      get.
      set.

   def public property Angle as decimal
      get.
      set.

end interface.
