Home
last modified time | relevance | path

Searched refs:buttonTextLayoutProperty (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1291 auto buttonTextLayoutProperty = buttonTextNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateButtonsProperty() local
1292 CHECK_NULL_VOID(buttonTextLayoutProperty); in UpdateButtonsProperty()
1295 buttonTextLayoutProperty->UpdateContent(dialogProperties_.buttons[btnIndex].text); in UpdateButtonsProperty()
1296 buttonTextLayoutProperty->UpdateTextColor(textColor); in UpdateButtonsProperty()