Home
last modified time | relevance | path

Searched defs:ButtonInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h181 struct ButtonInfo { struct
182 std::string text; // text of button.
184 bool isBgColorSetted = false;
190 std::optional<ButtonType> type;
191 std::optional<ButtonStyleMode> buttonStyle;
192 std::optional<ButtonRole> role;
193 std::optional<Color> fontColor;
194 std::optional<CalcDimension> fontSize;
195 std::optional<FontWeight> fontWeight;
196 std::optional<FontStyle> fontStyle;
[all …]