<div class='sourceset sourceset-android'>Android</div>

```kotlin
public class Horizontal(public val bias: Float) : SpatialAlignment.Horizontal
```

Creates a weighted alignment that specifies a horizontal bias.

#### Parameters

| | |
| --- | --- |
| bias | Must be within the range of [-1, 1] with -1 being left and 1 being right. |

## Functions

<h2 id="copy-bias">copy</h2>

```kotlin
public fun copy(bias: Float = this.bias): Horizontal
```