| Package | feathers.layout |
| Class | public class LayoutBoundsResult |
| Inheritance | LayoutBoundsResult Object |
| Property | Defined By | ||
|---|---|---|---|
| contentHeight : Number
The height of the content. | LayoutBoundsResult | ||
| contentWidth : Number
The width of the content. | LayoutBoundsResult | ||
| viewPortHeight : Number
The visible height of the view port. | LayoutBoundsResult | ||
| viewPortWidth : Number
The visible width of the view port. | LayoutBoundsResult | ||
| contentHeight | property |
public var contentHeight:NumberThe height of the content. May be larger or smaller than the view port.
| contentWidth | property |
public var contentWidth:NumberThe width of the content. May be larger or smaller than the view port.
| viewPortHeight | property |
public var viewPortHeight:NumberThe visible height of the view port. The view port's content may be clipped.
| viewPortWidth | property |
public var viewPortWidth:NumberThe visible width of the view port. The view port's content may be clipped.