Version

Search Results

Measure Method (IList)

Measures the list on a Letter size paper. Syntax Return Value A Infragistics.Documents.Reports.Graphics.Size object that represents the measured width and the height of the list.

Paddings Property (IList)

Gets or sets the paddings between the borders and the content of an element. Syntax

Parent Property (IList)

Gets the parent of the list element. Syntax

StartNumber Property (IList)

Gets or sets the initial number for the bullets. Syntax

Width Property (IList)

Gets or sets the width of the list. 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...

ListPattern Class

Represents a list pattern. Syntax Remarks Patterns are useful when multiple styles will be used across different elements, saving the effort of recoding the same properties and methods for each element. A ListPattern can be applied to a IList element through the Apply or IList.ApplyPattern methods.

ListPattern Class Members

Public Constructors Public Properties Public Methods

ListPattern Class Methods

Public Methods

ListPattern Class Properties

Public Properties

Apply Method (ListPattern)

Applies this pattern to a list. Syntax Parameters list A list to apply this pattern.