Source set: Android
public class AnchorType private constructor(private val value: Int)
Members
Companion
Source set: Android
public companion object
Properties
Start
Source set: Android
public val Start: AnchorType = AnchorType(0)
Anchor at the start of the elements. This will cause elements added to a CurvedRow to begin at the given anchor angle, and sweep around to the right.
Center
Source set: Android
public val Center: AnchorType = AnchorType(1)
Anchor at the center of the elements. This will cause the center of the whole set of elements added to a CurvedRow to be pinned at the given anchor angle.
End
Source set: Android
public val End: AnchorType = AnchorType(2)
Anchor at the end of the elements. This will cause the set of elements inside the CurvedRow to end at the specified anchor angle, i.e. all elements should be to the left of anchor angle.