Android
public value class OrbiterOffsetType private constructor(private val value: Int)
Represents the type of offset used for positioning an orbiter.
Companion Object
Properties
Android
public val OuterEdge: OrbiterOffsetType
The edge of the orbiter that is facing away from the content element.
Android
public val InnerEdge: OrbiterOffsetType
The edge of the orbiter that is directly facing the content element.
Android
public val Overlap: OrbiterOffsetType