---
title: "OrbiterAlignment.BottomLeft"
description: "Bottom-Left absolute edge alignment."
type: "class"
---
## API Reference

> Source set: Android

```kotlin
public class BottomLeft(
        edgeOffsetType: OrbiterEdgeOffsetType = OrbiterEdgeOffsetType.OuterEdge,
        offset: DpVolumeOffset = DpVolumeOffset(0.dp, 0.dp, OrbiterDefaults.Elevation),
    ) : OrbiterAlignment(SpatialAbsoluteAlignment.BottomLeft, edgeOffsetType, offset)
```

Bottom-Left absolute edge alignment.
