Version

Search Results

StyleResolved Property

Gets the style that has been assigned to the text element, or a default instance if none were specified. Syntax Remarks If the user has not assigned a new instance to the text element, the default instance returned is static. Therefore, it is not recommended to change properties of this default instance as it will...

Tabs Property (IText)

Gets or sets a collection of tab stops. Syntax

Width Property (IText)

Gets or sets the width of the text. Syntax Remarks The Width class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Infragistics.Documents.Reports.Report.Width.Type. When accessing this property, the returned object should be cast...

ShortStyleHashKey Class

Represents a short style hash key. Syntax Remarks This class generates a hash key based on the Font and Brush properties, as opposed to the StyleHashKey, which takes into consideration more properties.

ShortStyleHashKey Class Members

Public Constructors Public Properties Public Methods

Brush Property (ShortStyleHashKey)

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

Equals Method (ShortStyleHashKey)

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.

Font Property (ShortStyleHashKey)

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