Click or drag to resize

LayoutTable Class

Defines the results of a layout calculation.
Inheritance Hierarchy
SystemObject
  FM.IceLinkLayoutTable

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The LayoutTable type exposes the following members.

Constructors
  NameDescription
Public methodLayoutTable
Initializes a new instance of the LayoutTable class.
Top
Properties
  NameDescription
Public propertyCellHeight
Gets or sets the height of each cell.
Public propertyCellWidth
Gets or sets the width of each cell.
Public propertyColumnCount
Gets or sets the column count.
Public propertyRowCount
Gets or sets the row count.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also