class Infragistics.Documents.Reports.Report.Text.StyleHashKey
   inherits System.Object:

   def public property Brush as Infragistics.Documents.Reports.Graphics.Brush
      get.

   def public property CharSpacing as decimal
      get.

   def public property Font as Infragistics.Documents.Reports.Graphics.Font
      get.

   def public property FontVariant as Infragistics.Documents.Reports.Report.FontVariant
      get.

   def public property Highlight as Infragistics.Documents.Reports.Graphics.Brush
      get.

   def public property WordSpacing as decimal
      get.

   constructor public StyleHashKey(input font as Infragistics.Documents.Reports.Graphics.Font, input fontVariant as Infragistics.Documents.Reports.Report.FontVariant, input brush as Infragistics.Documents.Reports.Graphics.Brush, input highlight as Infragistics.Documents.Reports.Graphics.Brush, input charSpacing as decimal, input wordSpacing as decimal):
   end constructor.

   method public override logical Equals(input key as System.Object):
   end method.

   method public final override integer GetHashCode():
   end method.

end class.
