Searched refs:ButtonText (Results 1 – 3 of 3) sorted by relevance
134 auto ButtonText = ButtonRow->GetChildByIndex(1); in MeasureLeftButton() local135 CHECK_NULL_VOID(ButtonText); in MeasureLeftButton()136 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(ButtonText->GetLayoutProperty()… in MeasureLeftButton()140 float TextHeight = ButtonText->GetGeometryNode()->GetFrameSize().Height(); in MeasureLeftButton()175 auto ButtonText = ButtonRow->GetChildByIndex(0); in MeasureRightButton() local176 if (!ButtonText) { in MeasureRightButton()186 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(ButtonText->GetLayoutProperty()… in MeasureRightButton()190 float TextHeight = ButtonText->GetGeometryNode()->GetFrameSize().Height(); in MeasureRightButton()
174 @State ButtonText: string = '';
165 @State ButtonText: string = ''