ImageAnchor

Part of the image placed closest to the anchor.

Properties

Link copied to clipboard
const val BOTTOM: String

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

Link copied to clipboard
const val BOTTOM_LEFT: String

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

Link copied to clipboard
const val BOTTOM_RIGHT: String

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

Link copied to clipboard
const val CENTER: String

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

Link copied to clipboard
const val LEFT: String

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

Link copied to clipboard
const val RIGHT: String

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

Link copied to clipboard
const val TOP: String

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

Link copied to clipboard
const val TOP_LEFT: String

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

Link copied to clipboard
const val TOP_RIGHT: String

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