class Infragistics.Documents.Reports.Report.List.ListPattern
   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 Bullets as Infragistics.Documents.Reports.Report.List.Bullets
      get.
      set.

   def public property Interval as decimal
      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.

   def public property StartNumber as integer
      get.
      set.

   constructor public ListPattern():
   end constructor.

   method public final void Apply(input list as Infragistics.Documents.Reports.Report.List.IList):
   end method.

end class.
