Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h89 … auto popupDoubleBorderEnable = pattern->GetAttr<std::string>("popup_double_border_enable", "0"); in ParsePattern() local
90 theme->popupDoubleBorderEnable_ = StringUtils::StringToInt(popupDoubleBorderEnable); in ParsePattern()