Contains an implicitly indexed list of item properties.
| Name | Type | Description | Notes |
|---|---|---|---|
| Children | ObservableCollection | Observable collection of the nested boxes. |
| Name | Type | Description | Notes |
|---|---|---|---|
| toString() | String | Text summary of the box. |
| Name | Type | Description | Parameters |
|---|---|---|---|
| GetPropertyByIndex | Box | Returns property by index. | int id - Property index. |
| Name | Type | Description | Notes |
|---|---|---|---|
| items | Map<Integer, Box> | Dictionary of properties. |
| Name | Description | Parameters |
|---|---|---|
| ItemPropertyContainerBox | Create the box object from the bitstream and start position. | BitStreamReader stream - File stream. long startPos - Start position in bits. |