class Infragistics.Documents.Reports.Report.Tree.TreeCaptionPattern
   inherits System.Object:

   def public property Alignment as Infragistics.Documents.Reports.Report.ContentAlignment
      get.
      set.

   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 Layout as Infragistics.Documents.Reports.Report.Layout
      get.
      set.

   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 TreeCaptionPattern():
   end constructor.

   method public final void Apply(input caption as Infragistics.Documents.Reports.Report.Tree.ICaption):
   end method.

end class.
