class Infragistics.Documents.Reports.Report.VerticalMargins
   inherits System.Object:

   def public property All as decimal
      set.

   def public property Bottom as decimal
      get.
      set.

   def public property Top as decimal
      get.
      set.

   constructor public VerticalMargins():
   end constructor.

   constructor public VerticalMargins(input value as decimal):
   end constructor.

   constructor public VerticalMargins(input top as decimal, input bottom as decimal):
   end constructor.

end class.
