Version

Search Results

Root Property

Gets the root node. Syntax

Width Property (ITree)

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

Lines Class

Represents the style of the connection lines in a tree. Syntax

Lines Class Members

Public Constructors Public Properties

Lines Class Properties

Public Properties

Pen Property (Lines)

Gets or sets the reference to a Infragistics.Documents.Reports.Graphics.Pen object that defines the style of the lines. Syntax

Lines Constructor()

Initializes a new instance of the Lines class. Syntax

Lines Constructor(Pen)

Initializes a new instance of the Lines class. Syntax Parameters pen A reference to a Infragistics.Documents.Reports.Graphics.Pen object that defines the style of the lines.

Lines Constructor

Overload List

TreeCaptionPattern Class

Represents a caption pattern of a tree. 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 TreeCaptionPattern can be applied to a ICaption element through the Apply method.