TextAnchor

object TextAnchor

Part of the text placed closest to the anchor.

Properties

Link copied to clipboard
const val BOTTOM: String

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

Link copied to clipboard
const val BOTTOM_LEFT: String

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

Link copied to clipboard
const val BOTTOM_RIGHT: String

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

Link copied to clipboard
const val CENTER: String

The center of text is placed closest to the anchor.

Link copied to clipboard
const val LEFT: String

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

Link copied to clipboard
const val RIGHT: String

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

Link copied to clipboard
const val TOP: String

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

Link copied to clipboard
const val TOP_LEFT: String

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

Link copied to clipboard
const val TOP_RIGHT: String

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