class Infragistics.Documents.Reports.Report.Tree.Lines
   inherits System.Object:

   def public property Pen as Infragistics.Documents.Reports.Graphics.Pen
      get.
      set.

   constructor public Lines():
   end constructor.

   constructor public Lines(input pen as Infragistics.Documents.Reports.Graphics.Pen):
   end constructor.

end class.
