sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.material3
/
TabPosition
Tab
Position
interface
TabPosition
:
ComposableProperties
<
TabPosition
>
代表 TabRow 中单个标签页的位置和尺寸信息。
Members
Functions
get
Content
Width
Link copied to clipboard
abstract
fun
getContentWidth
(
)
:
Dp
获取标签页内容的宽度 (dp),用于指示器匹配内容宽度。
get
Left
Link copied to clipboard
abstract
fun
getLeft
(
)
:
Dp
获取标签页左边缘相对于 TabRow 的位置 (dp)。
get
Width
Link copied to clipboard
abstract
fun
getWidth
(
)
:
Dp
获取标签页的宽度 (dp)。