Companion

object Companion

Public companion object.

Properties

Link copied to clipboard
@JvmField
val BOTTOM: TextAnchorValue

The bottom of the text is placed closest to the anchor.

Link copied to clipboard

The bottom left corner of the text is placed closest to the anchor.

Link copied to clipboard

The bottom right corner of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val CENTER: TextAnchorValue

The center of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val DEFAULT: TextAnchorValue

Default value for TextAnchorValue, setting default will result in restoring the property value defined in the style.

Link copied to clipboard
@JvmField
val LEFT: TextAnchorValue

The left side of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val RIGHT: TextAnchorValue

The right side of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val TOP: TextAnchorValue

The top of the text is placed closest to the anchor.

Link copied to clipboard

The top left corner of the text is placed closest to the anchor.

Link copied to clipboard

The top right corner of the text is placed closest to the anchor.