class Infragistics.Documents.Reports.Report.Tree.TreeNodePattern
   inherits System.Object:

   def public property Caption as Infragistics.Documents.Reports.Report.Tree.TreeCaptionPattern
      get.

   def public property Indent as decimal
      get.
      set.

   def public property Interval as decimal
      get.
      set.

   def public property Lines as Infragistics.Documents.Reports.Report.Tree.Lines
      get.
      set.

   constructor public TreeNodePattern():
   end constructor.

   method public final void Apply(input node as Infragistics.Documents.Reports.Report.Tree.INode):
   end method.

end class.
