---
title: "BiasAbsoluteAlignment"
description: "An [Alignment] specified by bias: for example, a bias of -1 represents alignment to the left/top,
a bias of 0 will represent centering, and a bias of 1 will represent right/bottom. Any value can
be specified to obtain an alignment. Inside the [-1, 1] range, the obtained alignment will
position the aligned size fully inside the available space, while outside the range it will the
aligned size will be positioned partially or completely outside."
type: "class"
---

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


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

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


```kotlin
data class BiasAbsoluteAlignment(val horizontalBias: Float, val verticalBias: Float) : Alignment
```


An `Alignment` specified by bias: for example, a bias of -1 represents alignment to the left/top,
a bias of 0 will represent centering, and a bias of 1 will represent right/bottom. Any value can
be specified to obtain an alignment. Inside the `-1, 1` range, the obtained alignment will
position the aligned size fully inside the available space, while outside the range it will the
aligned size will be positioned partially or completely outside.



