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

```kotlin
public value class OrbiterOffsetType private constructor(private val value: Int)
```

Represents the type of offset used for positioning an orbiter.

## Companion Object

#### Properties

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

```kotlin
public val OuterEdge: OrbiterOffsetType
```

The edge of the orbiter that is facing away from the content element.

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

```kotlin
public val InnerEdge: OrbiterOffsetType
```

The edge of the orbiter that is directly facing the content element.

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

```kotlin
public val Overlap: OrbiterOffsetType
```