OrbiterEdgeOffsetType

value class OrbiterEdgeOffsetType


Specifies orbiter boundary offset behavior relative to its parent's rectangular layout bounds.

Note: Operates on the rectangular layout bounding box of the parent component, not its visual shape, rounded corners, or outline. Use a custom offset in DpVolumeOffset to adjust alignment to curved or non-rectangular visual contours.

Summary

Public companion properties

OrbiterEdgeOffsetType

Positions the orbiter fully inside the parent's layout boundary.

OrbiterEdgeOffsetType

Centers the orbiter's boundary directly on the parent's layout boundary.

OrbiterEdgeOffsetType

Positions the orbiter fully outside the parent's layout boundary.

Public companion properties

InnerEdge

val InnerEdgeOrbiterEdgeOffsetType

Positions the orbiter fully inside the parent's layout boundary.

None

val NoneOrbiterEdgeOffsetType

Centers the orbiter's boundary directly on the parent's layout boundary.

OuterEdge

val OuterEdgeOrbiterEdgeOffsetType

Positions the orbiter fully outside the parent's layout boundary.