<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
interface Measured
```


A `Measured` corresponds to a layout that has been measured by its parent layout.


## Properties

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val measuredWidth: Int
```


The measured width of the layout. This might not respect the measurement constraints.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
val measuredHeight: Int
```


The measured height of the layout. This might not respect the measurement constraints.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
val parentData: Any?
```


Data provided by the `ParentDataModifier` applied to the layout.



## Functions



<h2 id="get-alignmentline">get</h2>

```kotlin
operator fun get(alignmentLine: AlignmentLine): Int
```


Returns the position of an `alignment line`, or `AlignmentLine.Unspecified` if
the line is not provided.