Searched refs:buttonTextLayoutProperty (Results 1 – 1 of 1) sorted by relevance
1291 auto buttonTextLayoutProperty = buttonTextNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateButtonsProperty() local1292 CHECK_NULL_VOID(buttonTextLayoutProperty); in UpdateButtonsProperty()1295 buttonTextLayoutProperty->UpdateContent(dialogProperties_.buttons[btnIndex].text); in UpdateButtonsProperty()1296 buttonTextLayoutProperty->UpdateTextColor(textColor); in UpdateButtonsProperty()