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

> Source set: Android

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

Bottom-Right absolute edge alignment.
