Version

Search Results

Load Method (IContainer)

Loads the content from XML file. Overload List

Margins Property (IContainer)

Gets or sets the spacing between elements. Syntax

Measure Method (IContainer)

Measures the container 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 container.

Name Property (IContainer)

Gets the name of the container. Syntax

Paddings Property (IContainer)

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

Parent Property (IContainer)

Gets the parent associated with the container. Syntax

Width Property (IContainer)

Gets or sets the width of the container. 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 Width.Type. When accessing this property, the returned object should be cast to the appropriate derived type,...

IDrawing Interface

Represents a custom drawing interface. Syntax Remarks Implementing this interface allows for a greater degree of flexibility with rendering since the position and bounds of the element are provided through the OnDraw method. With this information, it is possible to create a Infragistics.Documents.Reports.Graphics....