AnchorType
Class
Android
public value class AnchorType internal constructor(internal val ratio: Float)
Specifies how components will be laid down with respect to the anchor.
Companion Object
Properties
Android
public val Start: AnchorType
Start the content of the CurvedLayout
on the anchor
Android
public val Center: AnchorType
Center the content of the CurvedLayout
around the anchor
Android
public val End: AnchorType
End the content of the CurvedLayout
on the anchor