Class

SpatialBiasAlignment.Vertical

Creates a weighted alignment that specifies a vertical bias.

Source set: Android
public class Vertical(public val bias: Float) : SpatialAlignment.Vertical

Creates a weighted alignment that specifies a vertical bias.

Parameters

bias Must be within the range of [-1, 1] with -1 being bottom and 1 being top.

Functions

copy

public fun copy(bias: Float = this.bias): Vertical

Last updated: