ExamGecko
Question list
Search
Search

Related questions











Question 368 - H14-231_V1.0 discussion

Report
Export

. When developing a HarmonyOS application, use a component Text as the title of a page, if you want to make the title invisible and still occupy the space of the current page, the following operations are correct

A.
ohos:visibility= 'invisible'
Answers
A.
ohos:visibility= 'invisible'
B.
text.setVisibility(Component.HIDE)
Answers
B.
text.setVisibility(Component.HIDE)
C.
ohos:visibility='hide'
Answers
C.
ohos:visibility='hide'
D.
text.setVisibility(Component.INVISIBLE)
Answers
D.
text.setVisibility(Component.INVISIBLE)
Suggested answer: A, D
asked 18/09/2024
John Russell
23 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first