OpenHarmony开发者论坛
标题:
Component表示什么意思、struct、build()、Row()都分别有什么作用?
[打印本页]
作者:
zishuo
时间:
2024-4-4 10:50
标题:
Component表示什么意思、struct、build()、Row()都分别有什么作用?
// library/src/main/ets/components/MyTitleBar.ets
@Component
export struct MyTitleBar {
build() {
Row() {
Text($r('app.string.library_title'))
.id('library')
.fontFamily('HarmonyHeiTi')
.fontWeight(FontWeight.Bold)
.fontSize(32)
.fontWeight(700)
.fontColor($r('app.color.text_color'))
}
.width('100%')
}
}
作者:
dragon
时间:
2024-4-5 13:32
标题:
Component表示什么意思、struct、build()、Row()都分别有什么作用?
这类问题其实更建议去官网文档直接找寻答案。
https://docs.openharmony.cn/page ... lopment-overview.md
欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/)
Powered by Discuz! X3.5