{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

CaretProperties


Properties for the caret of the tooltip if enabled.

Summary

Public constructors

CaretProperties(caretHeight: Dp, caretWidth: Dp)
Cmn

Public properties

Dp

the height of the caret

Cmn
Dp

the width of the caret

Cmn

Public constructors

CaretProperties

CaretProperties(caretHeight: Dp, caretWidth: Dp)
Parameters
caretHeight: Dp

the height of the caret

caretWidth: Dp

the width of the caret

Public properties

caretHeight

val caretHeightDp

the height of the caret

caretWidth

val caretWidthDp

the width of the caret