ILayoutManager Interface Members
In This Topic
The following tables list the members exposed by ILayoutManager.
Public Properties
| Name | Description |
| Capabilities | Specifies layout capabilities of the item being laid out. |
Top
Public Methods
| Name | Description |
| Initialize | Allows initialization of layout manager with specifies ITargetDevice. |
| Layout | Lays out the content that the specified ContentRange represents. |
| Measure | A query by the layout system of what the results of a call to Layout would be with the specified settings. |
Top
See Also