value class AnchorType


Specifies how components will be laid down with respect to the anchor.

Summary

Public companion properties

AnchorType

Center the content of the CurvedLayout around the anchor

AnchorType

End the content of the CurvedLayout on the anchor

AnchorType

Start the content of the CurvedLayout on the anchor

Public functions

open String

Public companion properties

Center

Added in 1.0.0
val CenterAnchorType

Center the content of the CurvedLayout around the anchor

End

Added in 1.0.0
val EndAnchorType

End the content of the CurvedLayout on the anchor

Start

Added in 1.0.0
val StartAnchorType

Start the content of the CurvedLayout on the anchor

Public functions

toString

open fun toString(): String