Companion

object Companion

Public companion object.

Properties

Link copied to clipboard
@JvmField
val BOTTOM: IconAnchorValue

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
@JvmField
val CENTER: IconAnchorValue

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

Link copied to clipboard
@JvmField
val DEFAULT: IconAnchorValue

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

Link copied to clipboard
@JvmField
val LEFT: IconAnchorValue

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

Link copied to clipboard
@JvmField
val RIGHT: IconAnchorValue

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

Link copied to clipboard
@JvmField
val TOP: IconAnchorValue

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

Link copied to clipboard

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

Link copied to clipboard

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