class Infragistics.Documents.Reports.Report.Tree.TreePattern
   inherits System.Object:

   def public property Background as Infragistics.Documents.Reports.Report.Background
      get.
      set.

   def public property Borders as Infragistics.Documents.Reports.Report.Borders
      get.
      set.

   def public property Node as Infragistics.Documents.Reports.Report.Tree.TreeNodePattern
      get.

   def public property Paddings as Infragistics.Documents.Reports.Report.Paddings
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   constructor public TreePattern():
   end constructor.

   method public final void Apply(input tree as Infragistics.Documents.Reports.Report.Tree.ITree):
   end method.

end class.
