Version

Search Results

GetHashCode Method (ShortStyleHashKey)

Gets the hash code for this object. Syntax Return Value The hash code value.

ShortStyleHashKey Constructor

Initializes a new instance of the Infragistics.Documents.Reports.Report.Text.Style.ShortHashKey class. Syntax Parameters font A reference to a Infragistics.Documents.Reports.Graphics.Font object.brush A reference to a Infragistics.Documents.Reports.Graphics.Brush object.

Style Class

Represents a text style. Syntax

StyleHashKey Class

Represents a full style hash key. Syntax Remarks This class takes into account the Font, Brush, FontVariant, Highlight, CharSpacing, and WordSpacing when determining the hash key. If this level of precision is not necessary, consider the ShortStyleHashKey class.

StyleHashKey Class Members

Public Constructors Public Properties Public Methods

StyleHashKey Class Properties

Public Properties

Brush Property (StyleHashKey)

Gets the reference to the Infragistics.Documents.Reports.Graphics.Brush object. Syntax

CharSpacing Property (StyleHashKey)

Gets the value that defines spacings between characters. Syntax

Equals Method (StyleHashKey)

Compares this hash key object to the specified one. Syntax Parameters key A reference to the hash key object. Return Value A boolean value indicating whether the objects are equal.