[]
Represents an area that contains a layout.
public interface ILayoutArea
Name | Description |
---|---|
Children | Gets the ILayoutArea objects that are children of this object (if any). |
ContentRange | Specifies the range of content in this area. |
Height | Gets the area's height. |
InteractivityAreas | Gets the interactivity areas. |
IsFirstHorizontally | Gets a value indicating whether this is the first area horizontally. |
IsFirstVertically | Gets a value indicating whether this is the first area vertically. |
IsLastHorizontally | Gets a value indicating whether this is the last area horizontally. |
IsLastVertically | Gets a value indicating whether this is the last area vertically. |
Left | Gets the area's left position. |
Name | Gets the name of the area component item (for debugging purposes). |
Page | Gets the ILayoutPage page that hosts this LayoutArea. |
Parent | Gets the parent ILayoutArea, if any. |
ReportItem | Gets the IReportItem. |
Top | Gets the area's top position. |
Width | Gets the area's width. |